#cbc780

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

Shades of Deco #CBC780

Tints of Deco #CBC780

Color information

#CBC780 (or 0xCBC780) is unknown color: approx Deco. HEX triplet: CB, C7 and 80. RGB value is (203,199,128). Sum of RGB (Red+Green+Blue) = 203+199+128=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC780 is #34387F. Grayscale: #C0C0C0. Windows color (decimal): -3422336 or 8439755. OLE color: 8439755.

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

Color convert

RGB203199128-
CMYK00.020.370.20
HSL56.8º41.9%64.9%-
HSV(B)56.8º36.95%79.61%-
XYZ48.9555.128.48-
YUV192.191.83135.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 199 (78.12% from 255) = 37.55%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=38.30%
G=37.55%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319912800.020.370.2056.841.964.9
HexCBC780022514392a41
Octal3133072000245247152101
Binary110010111100011110000000010100101101001110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbc780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbc780; }

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

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

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

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

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

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

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

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