#CBA683

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

Shades of Cameo #CBA683

Tints of Cameo #CBA683

Color information

#CBA683 (or 0xCBA683) is unknown color: approx Cameo. HEX triplet: CB, A6 and 83. RGB value is (203,166,131). Sum of RGB (Red+Green+Blue) = 203+166+131=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA683 is #34597C. Grayscale: #ADADAD. Windows color (decimal): -3430781 or 8627915. OLE color: 8627915.

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

Color convert

RGB203166131-
CMYK00.180.350.20
HSL29.17º40.91%65.49%-
HSV(B)29.17º35.47%79.61%-
XYZ42.3641.6127.27-
YUV173.07104.26149.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=40.6%
G=33.2%
B=26.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316613100.180.350.2029.1740.9165.49
HexCBA68301223141d2941
Octal31324620302243243551101
Binary11001011101001101000001101001010001110100111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA683; }

 p { color: rgb(203,166,131); }

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

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

 a { background-color: rgb(203,166,131); }

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

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

 span { border-color: rgb(203,166,131); }

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