Html Css Color HEX #CB6976 Cabaret

📋 copy color: '#CB6976'

red 203 ◦ green 105 ◦ blue 118

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

Shades of Cabaret #CB6976

Tints of Cabaret #CB6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.65%

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

R = 47.65%
G = 24.65%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6976 (or 0xCB6976) is known color: Cabaret. HEX triplet: CB, 69 and 76. RGB value is (203,105,118). Sum of RGB (Red+Green+Blue) = 203+105+118=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6976 is #349689. Grayscale: #878787. Windows color (decimal): -3446410 or 7760331. OLE color: 7760331.

HSL color Cylindrical-coordinate representation of color #CB6976: hue angle of 352.04º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6976 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 105 118 -
CMYK 0 0.48 0.42 0.20
HSL 352.04º 0.49% 0.6% -
HSV(B) 352.04º 0.48% 0.8% -
XYZ 32.95 24.11 20.06 -
YUV 135.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 203 105 118 0 0.48 0.42 0.20 352.04 0.49 0.6
Hex CB 69 76 0 30 2A 14 160 31 3C
Octal 313 151 166 0 60 52 24 540 61 74
Binary 11001011 1101001 1110110 0 110000 101010 10100 101100000 110001 111100

Color Harmonies of #CB6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6976

Black with #CB6976

Text Example


Text Example

White with #CB6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6976; }

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

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

background-color css

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

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

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

border-color css

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

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

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