#CBA682

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

Shades of Cameo #CBA682

Tints of Cameo #CBA682

Color information

#CBA682 (or 0xCBA682) is unknown color: approx Cameo. HEX triplet: CB, A6 and 82. RGB value is (203,166,130). Sum of RGB (Red+Green+Blue) = 203+166+130=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA682 is #34597D. Grayscale: #ADADAD. Windows color (decimal): -3430782 or 8562379. OLE color: 8562379.

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

Color convert

RGB203166130-
CMYK00.180.360.20
HSL29.59º41.24%65.29%-
HSV(B)29.59º35.96%79.61%-
XYZ42.2941.5826.92-
YUV172.96103.76149.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=40.68%
G=33.27%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316613000.180.360.2029.5941.2465.29
HexCBA68201224141e2941
Octal31324620202244243651101
Binary11001011101001101000001001001010010010100111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA682; }

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

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

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

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

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

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

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

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