#CBA285

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

Shades of Cameo #CBA285

Tints of Cameo #CBA285

Color information

#CBA285 (or 0xCBA285) is unknown color: approx Cameo. HEX triplet: CB, A2 and 85. RGB value is (203,162,133). Sum of RGB (Red+Green+Blue) = 203+162+133=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA285 is #345D7A. Grayscale: #ABABAB. Windows color (decimal): -3431803 or 8757963. OLE color: 8757963.

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

Color convert

RGB203162133-
CMYK00.200.340.20
HSL24.86º40.23%65.88%-
HSV(B)24.86º34.48%79.61%-
XYZ41.7840.2327.75-
YUV170.95106.58150.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=40.76%
G=32.53%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316213300.200.340.2024.8640.2365.88
HexCBA2850142214192842
Octal31324220502442243150102
Binary11001011101000101000010101010010001010100110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA285; }

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

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

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

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

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

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

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

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