Html Css Color HEX #C0D1A4 Pale Leaf

📋 copy color: '#C0D1A4'

red 192 ◦ green 209 ◦ blue 164

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

Shades of Pale Leaf #C0D1A4

Tints of Pale Leaf #C0D1A4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.99%

 BLUE value IS 164 (64.45% from 255) = 29.03%

R = 33.98%
G = 36.99%
B = 29.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#C0D1A4 (or 0xC0D1A4) is known color: Pale Leaf. HEX triplet: C0, D1 and A4. RGB value is (192,209,164). Sum of RGB (Red+Green+Blue) = 192+209+164=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D1A4 is #3F2E5B. Grayscale: #C6C6C6. Windows color (decimal): -4140636 or 10801600. OLE color: 10801600.

HSL color Cylindrical-coordinate representation of color #C0D1A4: hue angle of 82.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0D1A4 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 209 164 -
CMYK 0.08 0 0.22 0.18
HSL 82.67º 0.33% 0.73% -
HSV(B) 82.67º 0.22% 0.82% -
XYZ 51.24 59.49 43.9 -
YUV 198.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 192 209 164 0.08 0 0.22 0.18 82.67 0.33 0.73
Hex C0 D1 A4 8 0 16 12 53 21 49
Octal 300 321 244 10 0 26 22 123 41 111
Binary 11000000 11010001 10100100 1000 0 10110 10010 1010011 100001 1001001

Color Harmonies of #C0D1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1A4

Black with #C0D1A4

Text Example


Text Example

White with #C0D1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1A4; }

 p { color: rgb(192,209,164); }

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

background-color css

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

 a { background-color: rgb(192,209,164); }

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

border-color css

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

 span { border-color: rgb(192,209,164); }

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