Html Css Color HEX #C1DCA6 Pixie Green

📋 copy color: '#C1DCA6'

red 193 ◦ green 220 ◦ blue 166

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

Shades of Pixie Green #C1DCA6

Tints of Pixie Green #C1DCA6

RGB

 RED value IS 193 (75.78% from 255) = 33.33%

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

 BLUE value IS 166 (65.23% from 255) = 28.67%

R = 33.33%
G = 38%
B = 28.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C1DCA6 (or 0xC1DCA6) is known color: Pixie Green. HEX triplet: C1, DC and A6. RGB value is (193,220,166). Sum of RGB (Red+Green+Blue) = 193+220+166=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DCA6 is #3E2359. Grayscale: #CDCDCD. Windows color (decimal): -4072282 or 10935489. OLE color: 10935489.

HSL color Cylindrical-coordinate representation of color #C1DCA6: hue angle of 90º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1DCA6 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 166 -
CMYK 0.12 0 0.25 0.14
HSL 90º 0.44% 0.76% -
HSV(B) 90º 0.25% 0.86% -
XYZ 54.47 65.28 45.81 -
YUV 205.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 193 220 166 0.12 0 0.25 0.14 90 0.44 0.76
Hex C1 DC A6 C 0 19 E 5A 2C 4C
Octal 301 334 246 14 0 31 16 132 54 114
Binary 11000001 11011100 10100110 1100 0 11001 1110 1011010 101100 1001100

Color Harmonies of #C1DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCA6

Black with #C1DCA6

Text Example


Text Example

White with #C1DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCA6; }

 p { color: rgb(193,220,166); }

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

background-color css

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

 a { background-color: rgb(193,220,166); }

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

border-color css

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

 span { border-color: rgb(193,220,166); }

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