#CBA782

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

Shades of Cameo #CBA782

Tints of Cameo #CBA782

Color information

#CBA782 (or 0xCBA782) is unknown color: approx Cameo. HEX triplet: CB, A7 and 82. RGB value is (203,167,130). Sum of RGB (Red+Green+Blue) = 203+167+130=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA782 is #34587D. Grayscale: #ADADAD. Windows color (decimal): -3430526 or 8562635. OLE color: 8562635.

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

Color convert

RGB203167130-
CMYK00.180.360.20
HSL30.41º41.24%65.29%-
HSV(B)30.41º35.96%79.61%-
XYZ42.4841.9526.98-
YUV173.55103.43149.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 130 (51.17% from 255) = 26%
R=40.6%
G=33.4%
B=26%

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
Decimal20316713000.180.360.2030.4141.2465.29
HexCBA78201224141e2941
Octal31324720202244243651101
Binary11001011101001111000001001001010010010100111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA782; }

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

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

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

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

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

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

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

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