Html Css Color HEX #CB4976 Cabaret

📋 copy color: '#CB4976'

red 203 ◦ green 73 ◦ blue 118

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

Shades of Cabaret #CB4976

Tints of Cabaret #CB4976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 51.52%
G = 18.53%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB4976 (or 0xCB4976) is known color: Cabaret. HEX triplet: CB, 49 and 76. RGB value is (203,73,118). Sum of RGB (Red+Green+Blue) = 203+73+118=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4976 is #34B689. Grayscale: #747474. Windows color (decimal): -3454602 or 7752139. OLE color: 7752139.

HSL color Cylindrical-coordinate representation of color #CB4976: hue angle of 339.23º 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 #CB4976 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 118 -
CMYK 0 0.64 0.42 0.20
HSL 339.23º 0.56% 0.54% -
HSV(B) 339.23º 0.64% 0.8% -
XYZ 30.28 18.77 19.17 -
YUV 117 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 203 73 118 0 0.64 0.42 0.20 339.23 0.56 0.54
Hex CB 49 76 0 40 2A 14 153 38 36
Octal 313 111 166 0 100 52 24 523 70 66
Binary 11001011 1001001 1110110 0 1000000 101010 10100 101010011 111000 110110

Color Harmonies of #CB4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4976

Black with #CB4976

Text Example


Text Example

White with #CB4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4976; }

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

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

background-color css

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

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

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

border-color css

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

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

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