#CBA487

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

Shades of Cameo #CBA487

Tints of Cameo #CBA487

Color information

#CBA487 (or 0xCBA487) is unknown color: approx Cameo. HEX triplet: CB, A4 and 87. RGB value is (203,164,135). Sum of RGB (Red+Green+Blue) = 203+164+135=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA487 is #345B78. Grayscale: #ACACAC. Windows color (decimal): -3431289 or 8889547. OLE color: 8889547.

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

Color convert

RGB203164135-
CMYK00.190.330.20
HSL25.59º39.53%66.27%-
HSV(B)25.59º33.5%79.61%-
XYZ42.284128.61-
YUV172.36106.92149.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=40.44%
G=32.67%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316413500.190.330.2025.5939.5366.27
HexCBA48701321141a2842
Octal31324420702341243250102
Binary11001011101001001000011101001110000110100110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA487; }

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

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

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

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

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

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

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

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