#CBA985

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

Shades of Cameo #CBA985

Tints of Cameo #CBA985

Color information

#CBA985 (or 0xCBA985) is unknown color: approx Cameo. HEX triplet: CB, A9 and 85. RGB value is (203,169,133). Sum of RGB (Red+Green+Blue) = 203+169+133=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA985 is #34567A. Grayscale: #AFAFAF. Windows color (decimal): -3430011 or 8759755. OLE color: 8759755.

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

Color convert

RGB203169133-
CMYK00.170.340.20
HSL30.86º40.23%65.88%-
HSV(B)30.86º34.48%79.61%-
XYZ43.0542.7728.18-
YUV175.06104.26147.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=40.20%
G=33.47%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316913300.170.340.2030.8640.2365.88
HexCBA98501122141f2842
Octal31325120502142243750102
Binary11001011101010011000010101000110001010100111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA985; }

 p { color: rgb(203,169,133); }

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

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

 a { background-color: rgb(203,169,133); }

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

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

 span { border-color: rgb(203,169,133); }

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