Html Css Color HEX #CB9E76 Cameo

📋 copy color: '#CB9E76'

red 203 ◦ green 158 ◦ blue 118

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

Shades of Cameo #CB9E76

Tints of Cameo #CB9E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.99%

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

R = 42.38%
G = 32.99%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB9E76 (or 0xCB9E76) is known color: Cameo. HEX triplet: CB, 9E and 76. RGB value is (203,158,118). Sum of RGB (Red+Green+Blue) = 203+158+118=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E76 is #346189. Grayscale: #A7A7A7. Windows color (decimal): -3432842 or 7773899. OLE color: 7773899.

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

Color convert

RGB 203 158 118 -
CMYK 0 0.22 0.42 0.20
HSL 28.24º 0.45% 0.63% -
HSV(B) 28.24º 0.42% 0.8% -
XYZ 40.13 38.46 22.45 -
YUV 166.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 203 158 118 0 0.22 0.42 0.20 28.24 0.45 0.63
Hex CB 9E 76 0 16 2A 14 1C 2D 3F
Octal 313 236 166 0 26 52 24 34 55 77
Binary 11001011 10011110 1110110 0 10110 101010 10100 11100 101101 111111

Color Harmonies of #CB9E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E76

Black with #CB9E76

Text Example


Text Example

White with #CB9E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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