#CBA87A

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

Shades of Cameo #CBA87A

Tints of Cameo #CBA87A

Color information

#CBA87A (or 0xCBA87A) is unknown color: approx Cameo. HEX triplet: CB, A8 and 7A. RGB value is (203,168,122). Sum of RGB (Red+Green+Blue) = 203+168+122=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA87A is #345785. Grayscale: #ADADAD. Windows color (decimal): -3430278 or 8038603. OLE color: 8038603.

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

Color convert

RGB203168122-
CMYK00.170.400.20
HSL34.07º43.78%63.73%-
HSV(B)34.07º39.9%79.61%-
XYZ42.1442.1124.32-
YUV173.2299.1149.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=41.18%
G=34.08%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316812200.170.400.2034.0743.7863.73
HexCBA87A0112814222c40
Octal31325017202150244254100
Binary11001011101010001111010010001101000101001000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA87A; }

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

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

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

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

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

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

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

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