#CBCA71

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

Shades of Deco #CBCA71

Tints of Deco #CBCA71

Color information

#CBCA71 (or 0xCBCA71) is unknown color: approx Deco. HEX triplet: CB, CA and 71. RGB value is (203,202,113). Sum of RGB (Red+Green+Blue) = 203+202+113=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA71 is #34358E. Grayscale: #C0C0C0. Windows color (decimal): -3421583 or 7457483. OLE color: 7457483.

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

Color convert

RGB203202113-
CMYK00.000.440.20
HSL59.33º46.39%61.96%-
HSV(B)59.33º44.33%79.61%-
XYZ48.7356.1323.89-
YUV192.1583.33135.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=39.19%
G=39.00%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320211300.000.440.2059.3346.3961.96
HexCBCA71002C143b2e3e
Octal313312161005424735676
Binary110010111100101011100010010110010100111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA71; }

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

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

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

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

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

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

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

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