#CBA476

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

Shades of Cameo #CBA476

Tints of Cameo #CBA476

Color information

#CBA476 (or 0xCBA476) is unknown color: approx Cameo. HEX triplet: CB, A4 and 76. RGB value is (203,164,118). Sum of RGB (Red+Green+Blue) = 203+164+118=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA476 is #345B89. Grayscale: #AAAAAA. Windows color (decimal): -3431306 or 7775435. OLE color: 7775435.

HSL color Cylindrical-coordinate representation of color #CBA476: hue angle of 32.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA476 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203164118-
CMYK00.190.420.20
HSL32.47º44.97%62.94%-
HSV(B)32.47º41.87%79.61%-
XYZ41.1740.5622.8-
YUV170.4298.42151.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=41.86%
G=33.81%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316411800.190.420.2032.4744.9762.94
HexCBA4760132A14202d3f
Octal3132441660235224405577
Binary1100101110100100111011001001110101010100100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA476; }

 p { color: rgb(203,164,118); }

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

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

 a { background-color: rgb(203,164,118); }

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

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

 span { border-color: rgb(203,164,118); }

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