#C4CE7D

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

Shades of Deco #C4CE7D

Tints of Deco #C4CE7D

Color information

#C4CE7D (or 0xC4CE7D) is unknown color: approx Deco. HEX triplet: C4, CE and 7D. RGB value is (196,206,125). Sum of RGB (Red+Green+Blue) = 196+206+125=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE7D is #3B3182. Grayscale: #C2C2C2. Windows color (decimal): -3879299 or 8244932. OLE color: 8244932.

HSL color Cylindrical-coordinate representation of color #C4CE7D: hue angle of 67.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4CE7D is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB196206125-
CMYK0.0500.390.19
HSL67.41º45.25%64.9%-
HSV(B)67.41º39.32%80.78%-
XYZ48.5457.3627.92-
YUV193.7889.19129.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=37.19%
G=39.09%
B=23.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061250.0500.390.1967.4145.2564.9
HexC4CE7D502713432d41
Octal30431617550472310355101
Binary1100010011001110111110110101001111001110000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CE7D; }

 p { color: rgb(196,206,125); }

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

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

 a { background-color: rgb(196,206,125); }

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

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

 span { border-color: rgb(196,206,125); }

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