#CBA37B

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

Shades of Cameo #CBA37B

Tints of Cameo #CBA37B

Color information

#CBA37B (or 0xCBA37B) is unknown color: approx Cameo. HEX triplet: CB, A3 and 7B. RGB value is (203,163,123). Sum of RGB (Red+Green+Blue) = 203+163+123=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA37B is #345C84. Grayscale: #AAAAAA. Windows color (decimal): -3431557 or 8102859. OLE color: 8102859.

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

Color convert

RGB203163123-
CMYK00.200.390.20
HSL30º43.48%63.92%-
HSV(B)30º39.41%79.61%-
XYZ41.340.3224.34-
YUV170.4101.25151.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=41.51%
G=33.33%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316312300.200.390.203043.4863.92
HexCBA37B01427141e2b40
Octal31324317302447243653100
Binary1100101110100011111101101010010011110100111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA37B; }

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

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

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

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

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

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

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

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