Html Css Color HEX #CB4970 Cabaret

📋 copy color: '#CB4970'

red 203 ◦ green 73 ◦ blue 112

#CB4970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CB4970

Tints of Cabaret #CB4970

RGB

 RED value IS 203 (79.69% from 255) = 52.32%

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 52.32%
G = 18.81%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB4970 (or 0xCB4970) is known color: Cabaret. HEX triplet: CB, 49 and 70. RGB value is (203,73,112). Sum of RGB (Red+Green+Blue) = 203+73+112=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4970 is #34B68F. Grayscale: #747474. Windows color (decimal): -3454608 or 7358923. OLE color: 7358923.

HSL color Cylindrical-coordinate representation of color #CB4970: hue angle of 342º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4970 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 112 -
CMYK 0 0.64 0.45 0.20
HSL 342º 0.56% 0.54% -
HSV(B) 342º 0.64% 0.8% -
XYZ 29.94 18.63 17.35 -
YUV 116.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 203 73 112 0 0.64 0.45 0.20 342 0.56 0.54
Hex CB 49 70 0 40 2D 14 156 38 36
Octal 313 111 160 0 100 55 24 526 70 66
Binary 11001011 1001001 1110000 0 1000000 101101 10100 101010110 111000 110110

Color Harmonies of #CB4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4970

Black with #CB4970

Text Example


Text Example

White with #CB4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4970; }

 p { color: rgb(203,73,112); }

 H1.HeaderClassName
 {
   color: #CB4970;
 }
 .AnyTagClassName
 {
   color: #CB4970;
 }
</style>

background-color css

<style>
 a { background-color: #CB4970; }

 a { background-color: rgb(203,73,112); }

 div.DivClassName
 {
   background-color: #CB4970;
 }
 .BgClassName
 {
   background-color: #CB4970;
 }
</style>

border-color css

<style>
 span { border-color: #CB4970; }

 span { border-color: rgb(203,73,112); }

 td.TdClassName
 {
   border-color: #CB4970;
 }
 .TagClassName
 {
   border-color: #CB4970;
 }
</style>