#CBA284

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

Shades of Cameo #CBA284

Tints of Cameo #CBA284

Color information

#CBA284 (or 0xCBA284) is unknown color: approx Cameo. HEX triplet: CB, A2 and 84. RGB value is (203,162,132). Sum of RGB (Red+Green+Blue) = 203+162+132=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA284 is #345D7B. Grayscale: #ABABAB. Windows color (decimal): -3431804 or 8692427. OLE color: 8692427.

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

Color convert

RGB203162132-
CMYK00.200.350.20
HSL25.35º40.57%65.69%-
HSV(B)25.35º34.98%79.61%-
XYZ41.7140.227.39-
YUV170.84106.08150.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=40.85%
G=32.60%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316213200.200.350.2025.3540.5765.69
HexCBA2840142314192942
Octal31324220402443243151102
Binary11001011101000101000010001010010001110100110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA284; }

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

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

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

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

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

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

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

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