#C5CE7D

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

Shades of Deco #C5CE7D

Tints of Deco #C5CE7D

Color information

#C5CE7D (or 0xC5CE7D) is unknown color: approx Deco. HEX triplet: C5, CE and 7D. RGB value is (197,206,125). Sum of RGB (Red+Green+Blue) = 197+206+125=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE7D is #3A3182. Grayscale: #C2C2C2. Windows color (decimal): -3813763 or 8244933. OLE color: 8244933.

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

Color convert

RGB197206125-
CMYK0.0400.390.19
HSL66.67º45.25%64.9%-
HSV(B)66.67º39.32%80.78%-
XYZ48.857.4927.93-
YUV194.0889.02130.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.31%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=37.31%
G=39.02%
B=23.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061250.0400.390.1966.6745.2564.9
HexC5CE7D402713432d41
Octal30531617540472310355101
Binary1100010111001110111110110001001111001110000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CE7D; }

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

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

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

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

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

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

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

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