Html Css Color HEX #C0D7AB Pixie Green

📋 copy color: '#C0D7AB'

red 192 ◦ green 215 ◦ blue 171

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

Shades of Pixie Green #C0D7AB

Tints of Pixie Green #C0D7AB

RGB

 RED value IS 192 (75.39% from 255) = 33.22%

 GREEN value IS 215 (84.38% from 255) = 37.2%

 BLUE value IS 171 (67.19% from 255) = 29.58%

R = 33.22%
G = 37.2%
B = 29.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#C0D7AB (or 0xC0D7AB) is known color: Pixie Green. HEX triplet: C0, D7 and AB. RGB value is (192,215,171). Sum of RGB (Red+Green+Blue) = 192+215+171=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D7AB is #3F2854. Grayscale: #CBCBCB. Windows color (decimal): -4139093 or 11261888. OLE color: 11261888.

HSL color Cylindrical-coordinate representation of color #C0D7AB: hue angle of 91.36º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D7AB is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 215 171 -
CMYK 0.11 0 0.20 0.16
HSL 91.36º 0.35% 0.76% -
HSV(B) 91.36º 0.2% 0.84% -
XYZ 53.39 62.75 47.83 -
YUV 203.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 192 215 171 0.11 0 0.20 0.16 91.36 0.35 0.76
Hex C0 D7 AB B 0 14 10 5B 23 4C
Octal 300 327 253 13 0 24 20 133 43 114
Binary 11000000 11010111 10101011 1011 0 10100 10000 1011011 100011 1001100

Color Harmonies of #C0D7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D7AB

Black with #C0D7AB

Text Example


Text Example

White with #C0D7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D7AB; }

 p { color: rgb(192,215,171); }

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

background-color css

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

 a { background-color: rgb(192,215,171); }

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

border-color css

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

 span { border-color: rgb(192,215,171); }

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