#CBA585

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

Shades of Cameo #CBA585

Tints of Cameo #CBA585

Color information

#CBA585 (or 0xCBA585) is unknown color: approx Cameo. HEX triplet: CB, A5 and 85. RGB value is (203,165,133). Sum of RGB (Red+Green+Blue) = 203+165+133=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA585 is #345A7A. Grayscale: #ACACAC. Windows color (decimal): -3431035 or 8758731. OLE color: 8758731.

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

Color convert

RGB203165133-
CMYK00.190.340.20
HSL27.43º40.23%65.88%-
HSV(B)27.43º34.48%79.61%-
XYZ42.3241.327.93-
YUV172.71105.59149.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=40.52%
G=32.93%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316513300.190.340.2027.4340.2365.88
HexCBA58501322141b2842
Octal31324520502342243350102
Binary11001011101001011000010101001110001010100110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA585; }

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

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

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

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

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

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

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

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