#CB9D77

Color #CB9D77 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CB9D77

Tints of Cameo #CB9D77

Color information

#CB9D77 (or 0xCB9D77) is unknown color: approx Cameo. HEX triplet: CB, 9D and 77. RGB value is (203,157,119). Sum of RGB (Red+Green+Blue) = 203+157+119=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D77 is #346288. Grayscale: #A6A6A6. Windows color (decimal): -3433097 or 7839179. OLE color: 7839179.

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

Color convert

RGB203157119-
CMYK00.230.410.20
HSL27.14º44.68%63.14%-
HSV(B)27.14º41.38%79.61%-
XYZ40.0238.1422.71-
YUV166.42101.24154.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=42.38%
G=32.78%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315711900.230.410.2027.1444.6863.14
HexCB9D7701729141b2d3f
Octal3132351670275124335577
Binary110010111001110111101110101111010011010011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D77; }

 p { color: rgb(203,157,119); }

 H1.HeaderClassName
 {
   color: #CB9D77;
 }
 .AnyTagClassName
 {
   color: #CB9D77;
 }
</style>
background-color css

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

 a { background-color: rgb(203,157,119); }

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

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

 span { border-color: rgb(203,157,119); }

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