Html Css Color HEX #C0D5AF Pixie Green

📋 copy color: '#C0D5AF'

red 192 ◦ green 213 ◦ blue 175

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

Shades of Pixie Green #C0D5AF

Tints of Pixie Green #C0D5AF

RGB

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

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

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

R = 33.1%
G = 36.72%
B = 30.17%

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

#C0D5AF (or 0xC0D5AF) is known color: Pixie Green. HEX triplet: C0, D5 and AF. RGB value is (192,213,175). Sum of RGB (Red+Green+Blue) = 192+213+175=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D5AF is #3F2A50. Grayscale: #CACACA. Windows color (decimal): -4139601 or 11523520. OLE color: 11523520.

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

Color convert

RGB 192 213 175 -
CMYK 0.10 0 0.18 0.16
HSL 93.16º 0.31% 0.76% -
HSV(B) 93.16º 0.18% 0.84% -
XYZ 53.27 61.89 49.7 -
YUV 202.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 192 213 175 0.10 0 0.18 0.16 93.16 0.31 0.76
Hex C0 D5 AF A 0 12 10 5D 1F 4C
Octal 300 325 257 12 0 22 20 135 37 114
Binary 11000000 11010101 10101111 1010 0 10010 10000 1011101 11111 1001100

Color Harmonies of #C0D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D5AF

Black with #C0D5AF

Text Example


Text Example

White with #C0D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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