#CBCC72

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

Shades of Deco #CBCC72

Tints of Deco #CBCC72

Color information

#CBCC72 (or 0xCBCC72) is unknown color: approx Deco. HEX triplet: CB, CC and 72. RGB value is (203,204,114). Sum of RGB (Red+Green+Blue) = 203+204+114=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC72 is #34338D. Grayscale: #C1C1C1. Windows color (decimal): -3421070 or 7523531. OLE color: 7523531.

HSL color Cylindrical-coordinate representation of color #CBCC72: hue angle of 60.67º degrees, saturation: 0.47, 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 #CBCC72 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB203204114-
CMYK0.0000.440.2
HSL60.67º46.88%62.35%-
HSV(B)60.67º44.12%80%-
XYZ49.2657.124.34-
YUV193.4483.17134.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=38.96%
G=39.16%
B=21.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041140.0000.440.260.6746.8862.35
HexCBCC72002C143d2f3e
Octal313314162005424755776
Binary110010111100110011100100010110010100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC72; }

 p { color: rgb(203,204,114); }

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

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

 a { background-color: rgb(203,204,114); }

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

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

 span { border-color: rgb(203,204,114); }

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