#CBCD71

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

Shades of Deco #CBCD71

Tints of Deco #CBCD71

Color information

#CBCD71 (or 0xCBCD71) is unknown color: approx Deco. HEX triplet: CB, CD and 71. RGB value is (203,205,113). Sum of RGB (Red+Green+Blue) = 203+205+113=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD71 is #34328E. Grayscale: #C2C2C2. Windows color (decimal): -3420815 or 7458251. OLE color: 7458251.

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

Color convert

RGB203205113-
CMYK0.0100.450.20
HSL61.3º47.92%62.35%-
HSV(B)61.3º44.88%80.39%-
XYZ49.4457.5524.13-
YUV193.9182.34134.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=38.96%
G=39.35%
B=21.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051130.0100.450.2061.347.9262.35
HexCBCD71102D143d303e
Octal313315161105524756076
Binary110010111100110111100011010110110100111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCD71; }

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

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

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

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

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

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

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

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