Html Css Color HEX #C1D5AF Pixie Green

📋 copy color: '#C1D5AF'

red 193 ◦ green 213 ◦ blue 175

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

Shades of Pixie Green #C1D5AF

Tints of Pixie Green #C1D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 33.22%
G = 36.66%
B = 30.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#C1D5AF (or 0xC1D5AF) is known color: Pixie Green. HEX triplet: C1, D5 and AF. RGB value is (193,213,175). Sum of RGB (Red+Green+Blue) = 193+213+175=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D5AF is #3E2A50. Grayscale: #CACACA. Windows color (decimal): -4074065 or 11523521. OLE color: 11523521.

HSL color Cylindrical-coordinate representation of color #C1D5AF: hue angle of 91.58º degrees, saturation: 0.31, 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 #C1D5AF is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 213 175 -
CMYK 0.09 0 0.18 0.16
HSL 91.58º 0.31% 0.76% -
HSV(B) 91.58º 0.18% 0.84% -
XYZ 53.52 62.02 49.71 -
YUV 202.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 193 213 175 0.09 0 0.18 0.16 91.58 0.31 0.76
Hex C1 D5 AF 9 0 12 10 5C 1F 4C
Octal 301 325 257 11 0 22 20 134 37 114
Binary 11000001 11010101 10101111 1001 0 10010 10000 1011100 11111 1001100

Color Harmonies of #C1D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D5AF

Black with #C1D5AF

Text Example


Text Example

White with #C1D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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