Html Css Color HEX #C7DCA0 Pixie Green

📋 copy color: '#C7DCA0'

red 199 ◦ green 220 ◦ blue 160

#C7DCA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #C7DCA0

Tints of Pixie Green #C7DCA0

RGB

 RED value IS 199 (78.13% from 255) = 34.37%

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 160 (62.89% from 255) = 27.63%

R = 34.37%
G = 38%
B = 27.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#C7DCA0 (or 0xC7DCA0) is known color: Pixie Green. HEX triplet: C7, DC and A0. RGB value is (199,220,160). Sum of RGB (Red+Green+Blue) = 199+220+160=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DCA0 is #38235F. Grayscale: #CFCFCF. Windows color (decimal): -3679072 or 10542279. OLE color: 10542279.

HSL color Cylindrical-coordinate representation of color #C7DCA0: hue angle of 81º 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 #C7DCA0 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 220 160 -
CMYK 0.10 0 0.27 0.14
HSL 81º 0.46% 0.75% -
HSV(B) 81º 0.27% 0.86% -
XYZ 55.49 65.87 43.05 -
YUV 206.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 199 220 160 0.10 0 0.27 0.14 81 0.46 0.75
Hex C7 DC A0 A 0 1B E 51 2E 4B
Octal 307 334 240 12 0 33 16 121 56 113
Binary 11000111 11011100 10100000 1010 0 11011 1110 1010001 101110 1001011

Color Harmonies of #C7DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCA0

Black with #C7DCA0

Text Example


Text Example

White with #C7DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCA0; }

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

 H1.HeaderClassName
 {
   color: #C7DCA0;
 }
 .AnyTagClassName
 {
   color: #C7DCA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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