#CBA479

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

Shades of Cameo #CBA479

Tints of Cameo #CBA479

Color information

#CBA479 (or 0xCBA479) is unknown color: approx Cameo. HEX triplet: CB, A4 and 79. RGB value is (203,164,121). Sum of RGB (Red+Green+Blue) = 203+164+121=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA479 is #345B86. Grayscale: #AAAAAA. Windows color (decimal): -3431303 or 7972043. OLE color: 7972043.

HSL color Cylindrical-coordinate representation of color #CBA479: hue angle of 31.46º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBA479 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203164121-
CMYK00.190.400.20
HSL31.46º44.09%63.53%-
HSV(B)31.46º40.39%79.61%-
XYZ41.3640.6323.75-
YUV170.7699.92151-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=41.60%
G=33.61%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316412100.190.400.2031.4644.0963.53
HexCBA47901328141f2c40
Octal31324417102350243754100
Binary1100101110100100111100101001110100010100111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA479; }

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

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

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

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

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

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

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

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