#CBA57B

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

Shades of Cameo #CBA57B

Tints of Cameo #CBA57B

Color information

#CBA57B (or 0xCBA57B) is unknown color: approx Cameo. HEX triplet: CB, A5 and 7B. RGB value is (203,165,123). Sum of RGB (Red+Green+Blue) = 203+165+123=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA57B is #345A84. Grayscale: #ABABAB. Windows color (decimal): -3431045 or 8103371. OLE color: 8103371.

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

Color convert

RGB203165123-
CMYK00.190.390.20
HSL31.5º43.48%63.92%-
HSV(B)31.5º39.41%79.61%-
XYZ41.6641.0424.46-
YUV171.57100.59150.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=41.34%
G=33.60%
B=25.05%

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
Decimal20316512300.190.390.2031.543.4863.92
HexCBA57B0132714202b40
Octal31324517302347244053100
Binary11001011101001011111011010011100111101001000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA57B; }

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

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

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

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

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

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

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

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