#C4CD8D

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

Shades of Deco #C4CD8D

Tints of Deco #C4CD8D

Color information

#C4CD8D (or 0xC4CD8D) is unknown color: approx Deco. HEX triplet: C4, CD and 8D. RGB value is (196,205,141). Sum of RGB (Red+Green+Blue) = 196+205+141=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CD8D is #3B3272. Grayscale: #C3C3C3. Windows color (decimal): -3879539 or 9293252. OLE color: 9293252.

HSL color Cylindrical-coordinate representation of color #C4CD8D: hue angle of 68.44º degrees, saturation: 0.39, 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 #C4CD8D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB196205141-
CMYK0.0400.310.20
HSL68.44º39.02%67.84%-
HSV(B)68.44º31.22%80.39%-
XYZ49.457.3233.66-
YUV195.0197.52128.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=36.16%
G=37.82%
B=26.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051410.0400.310.2068.4439.0267.84
HexC4CD8D401F14442744
Octal30431521540372410447104
Binary1100010011001101100011011000111111010010001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD8D; }

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

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

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

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

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

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

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

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