#CBA37E

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

Shades of Cameo #CBA37E

Tints of Cameo #CBA37E

Color information

#CBA37E (or 0xCBA37E) is unknown color: approx Cameo. HEX triplet: CB, A3 and 7E. RGB value is (203,163,126). Sum of RGB (Red+Green+Blue) = 203+163+126=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA37E is #345C81. Grayscale: #AAAAAA. Windows color (decimal): -3431554 or 8299467. OLE color: 8299467.

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

Color convert

RGB203163126-
CMYK00.200.380.20
HSL28.83º42.54%64.51%-
HSV(B)28.83º37.93%79.61%-
XYZ41.4940.425.35-
YUV170.74102.75151.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=41.26%
G=33.13%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316312600.200.380.2028.8342.5464.51
HexCBA37E01426141d2b41
Octal31324317602446243553101
Binary1100101110100011111111001010010011010100111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA37E; }

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

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

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

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

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

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

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

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