#CBCA76

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

Shades of Deco #CBCA76

Tints of Deco #CBCA76

Color information

#CBCA76 (or 0xCBCA76) is unknown color: approx Deco. HEX triplet: CB, CA and 76. RGB value is (203,202,118). Sum of RGB (Red+Green+Blue) = 203+202+118=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA76 is #343589. Grayscale: #C1C1C1. Windows color (decimal): -3421578 or 7785163. OLE color: 7785163.

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

Color convert

RGB203202118-
CMYK00.000.420.20
HSL59.29º44.97%62.94%-
HSV(B)59.29º41.87%79.61%-
XYZ49.0256.2525.41-
YUV192.7285.83135.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=38.81%
G=38.62%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320211800.000.420.2059.2944.9762.94
HexCBCA76002A143b2d3f
Octal313312166005224735577
Binary110010111100101011101100010101010100111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA76; }

 p { color: rgb(203,202,118); }

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

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

 a { background-color: rgb(203,202,118); }

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

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

 span { border-color: rgb(203,202,118); }

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