#C7DCA1

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

Shades of Pixie Green #C7DCA1

Tints of Pixie Green #C7DCA1

Color information

#C7DCA1 (or 0xC7DCA1) is unknown color: approx Pixie Green. HEX triplet: C7, DC and A1. RGB value is (199,220,161). Sum of RGB (Red+Green+Blue) = 199+220+161=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DCA1 is #38235E. Grayscale: #CFCFCF. Windows color (decimal): -3679071 or 10607815. OLE color: 10607815.

HSL color Cylindrical-coordinate representation of color #C7DCA1: hue angle of 81.36º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7DCA1 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB199220161-
CMYK0.1000.270.14
HSL81.36º45.74%74.71%-
HSV(B)81.36º26.82%86.27%-
XYZ55.5865.943.51-
YUV207102.04122.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 161 (63.28% from 255) = 27.76%
R=34.31%
G=37.93%
B=27.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992201610.1000.270.1481.3645.7474.71
HexC7DCA1A01BE512e4b
Octal307334241120331612156113
Binary1100011111011100101000011010011011111010100011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCA1; }

 p { color: rgb(199,220,161); }

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

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

 a { background-color: rgb(199,220,161); }

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

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

 span { border-color: rgb(199,220,161); }

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