#C4CC8D

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

Shades of Deco #C4CC8D

Tints of Deco #C4CC8D

Color information

#C4CC8D (or 0xC4CC8D) is unknown color: approx Deco. HEX triplet: C4, CC and 8D. RGB value is (196,204,141). Sum of RGB (Red+Green+Blue) = 196+204+141=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CC8D is #3B3372. Grayscale: #C2C2C2. Windows color (decimal): -3879795 or 9292996. OLE color: 9292996.

HSL color Cylindrical-coordinate representation of color #C4CC8D: hue angle of 67.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4CC8D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB196204141-
CMYK0.0400.310.2
HSL67.62º38.18%67.65%-
HSV(B)67.62º30.88%80%-
XYZ49.1756.8433.58-
YUV194.4397.85129.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=36.23%
G=37.71%
B=26.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041410.0400.310.267.6238.1867.65
HexC4CC8D401F14442644
Octal30431421540372410446104
Binary1100010011001100100011011000111111010010001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC8D; }

 p { color: rgb(196,204,141); }

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

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

 a { background-color: rgb(196,204,141); }

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

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

 span { border-color: rgb(196,204,141); }

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