#C4CD7F

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

Shades of Deco #C4CD7F

Tints of Deco #C4CD7F

Color information

#C4CD7F (or 0xC4CD7F) is unknown color: approx Deco. HEX triplet: C4, CD and 7F. RGB value is (196,205,127). Sum of RGB (Red+Green+Blue) = 196+205+127=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD7F is #3B3280. Grayscale: #C1C1C1. Windows color (decimal): -3879553 or 8375748. OLE color: 8375748.

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

Color convert

RGB196205127-
CMYK0.0400.380.20
HSL66.92º43.82%65.1%-
HSV(B)66.92º38.05%80.39%-
XYZ48.4356.9328.52-
YUV193.4290.52129.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 127 (50% from 255) = 24.05%
R=37.12%
G=38.83%
B=24.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051270.0400.380.2066.9243.8265.1
HexC4CD7F402614432c41
Octal30431517740462410354101
Binary1100010011001101111111110001001101010010000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD7F; }

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

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

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

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

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

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

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

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