#CBA187

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

Shades of Cameo #CBA187

Tints of Cameo #CBA187

Color information

#CBA187 (or 0xCBA187) is unknown color: approx Cameo. HEX triplet: CB, A1 and 87. RGB value is (203,161,135). Sum of RGB (Red+Green+Blue) = 203+161+135=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA187 is #345E78. Grayscale: #AAAAAA. Windows color (decimal): -3432057 or 8888779. OLE color: 8888779.

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

Color convert

RGB203161135-
CMYK00.210.330.20
HSL22.94º39.53%66.27%-
HSV(B)22.94º33.5%79.61%-
XYZ41.7539.9428.43-
YUV170.59107.91151.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=40.68%
G=32.26%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316113500.210.330.2022.9439.5366.27
HexCBA1870152114172842
Octal31324120702541242750102
Binary11001011101000011000011101010110000110100101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA187; }

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

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

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

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

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

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

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

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