#CB9E77

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

Shades of Cameo #CB9E77

Tints of Cameo #CB9E77

Color information

#CB9E77 (or 0xCB9E77) is unknown color: approx Cameo. HEX triplet: CB, 9E and 77. RGB value is (203,158,119). Sum of RGB (Red+Green+Blue) = 203+158+119=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E77 is #346188. Grayscale: #A7A7A7. Windows color (decimal): -3432841 or 7839435. OLE color: 7839435.

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

Color convert

RGB203158119-
CMYK00.220.410.20
HSL27.86º44.68%63.14%-
HSV(B)27.86º41.38%79.61%-
XYZ40.1938.4822.76-
YUV167.01100.91153.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=42.29%
G=32.92%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315811900.220.410.2027.8644.6863.14
HexCB9E7701629141c2d3f
Octal3132361670265124345577
Binary110010111001111011101110101101010011010011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E77; }

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

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

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

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

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

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

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

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