Html Css Color HEX #C1D6AF Pixie Green

📋 copy color: '#C1D6AF'

red 193 ◦ green 214 ◦ blue 175

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

Shades of Pixie Green #C1D6AF

Tints of Pixie Green #C1D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.77%

 BLUE value IS 175 (68.75% from 255) = 30.07%

R = 33.16%
G = 36.77%
B = 30.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#C1D6AF (or 0xC1D6AF) is known color: Pixie Green. HEX triplet: C1, D6 and AF. RGB value is (193,214,175). Sum of RGB (Red+Green+Blue) = 193+214+175=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D6AF is #3E2950. Grayscale: #CBCBCB. Windows color (decimal): -4073809 or 11523777. OLE color: 11523777.

HSL color Cylindrical-coordinate representation of color #C1D6AF: hue angle of 92.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D6AF is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 214 175 -
CMYK 0.10 0 0.18 0.16
HSL 92.31º 0.32% 0.76% -
HSV(B) 92.31º 0.18% 0.84% -
XYZ 53.78 62.53 49.79 -
YUV 203.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 193 214 175 0.10 0 0.18 0.16 92.31 0.32 0.76
Hex C1 D6 AF A 0 12 10 5C 20 4C
Octal 301 326 257 12 0 22 20 134 40 114
Binary 11000001 11010110 10101111 1010 0 10010 10000 1011100 100000 1001100

Color Harmonies of #C1D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D6AF

Black with #C1D6AF

Text Example


Text Example

White with #C1D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D6AF; }

 p { color: rgb(193,214,175); }

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

background-color css

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

 a { background-color: rgb(193,214,175); }

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

border-color css

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

 span { border-color: rgb(193,214,175); }

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