#CBA57C

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

Shades of Cameo #CBA57C

Tints of Cameo #CBA57C

Color information

#CBA57C (or 0xCBA57C) is unknown color: approx Cameo. HEX triplet: CB, A5 and 7C. RGB value is (203,165,124). Sum of RGB (Red+Green+Blue) = 203+165+124=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA57C is #345A83. Grayscale: #ABABAB. Windows color (decimal): -3431044 or 8168907. OLE color: 8168907.

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

Color convert

RGB203165124-
CMYK00.190.390.20
HSL31.14º43.17%64.12%-
HSV(B)31.14º38.92%79.61%-
XYZ41.7241.0624.8-
YUV171.69101.09150.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=41.26%
G=33.54%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316512400.190.390.2031.1443.1764.12
HexCBA57C01327141f2b40
Octal31324517402347243753100
Binary1100101110100101111110001001110011110100111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA57C; }

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

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

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

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

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

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

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

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