#CBC782

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

Shades of Deco #CBC782

Tints of Deco #CBC782

Color information

#CBC782 (or 0xCBC782) is unknown color: approx Deco. HEX triplet: CB, C7 and 82. RGB value is (203,199,130). Sum of RGB (Red+Green+Blue) = 203+199+130=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC782 is #34387D. Grayscale: #C0C0C0. Windows color (decimal): -3422334 or 8570827. OLE color: 8570827.

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

Color convert

RGB203199130-
CMYK00.020.360.20
HSL56.71º41.24%65.29%-
HSV(B)56.71º35.96%79.61%-
XYZ49.0855.1629.18-
YUV192.3392.83135.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=38.16%
G=37.41%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319913000.020.360.2056.7141.2465.29
HexCBC782022414392941
Octal3133072020244247151101
Binary110010111100011110000010010100100101001110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC782; }

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

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

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

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

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

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

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

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