#CBA887

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

Shades of Cameo #CBA887

Tints of Cameo #CBA887

Color information

#CBA887 (or 0xCBA887) is unknown color: approx Cameo. HEX triplet: CB, A8 and 87. RGB value is (203,168,135). Sum of RGB (Red+Green+Blue) = 203+168+135=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA887 is #345778. Grayscale: #AEAEAE. Windows color (decimal): -3430265 or 8890571. OLE color: 8890571.

HSL color Cylindrical-coordinate representation of color #CBA887: hue angle of 29.12º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA887 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203168135-
CMYK00.170.330.20
HSL29.12º39.53%66.27%-
HSV(B)29.12º33.5%79.61%-
XYZ4342.4528.85-
YUV174.7105.6148.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=40.12%
G=33.20%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316813500.170.330.2029.1239.5366.27
HexCBA88701121141d2842
Octal31325020702141243550102
Binary11001011101010001000011101000110000110100111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA887; }

 p { color: rgb(203,168,135); }

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

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

 a { background-color: rgb(203,168,135); }

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

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

 span { border-color: rgb(203,168,135); }

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