Html Css Color HEX #C0D0A2 Pale Leaf

📋 copy color: '#C0D0A2'

red 192 ◦ green 208 ◦ blue 162

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

Shades of Pale Leaf #C0D0A2

Tints of Pale Leaf #C0D0A2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.01%

 BLUE value IS 162 (63.67% from 255) = 28.83%

R = 34.16%
G = 37.01%
B = 28.83%

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

#C0D0A2 (or 0xC0D0A2) is known color: Pale Leaf. HEX triplet: C0, D0 and A2. RGB value is (192,208,162). Sum of RGB (Red+Green+Blue) = 192+208+162=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D0A2 is #3F2F5D. Grayscale: #C6C6C6. Windows color (decimal): -4140894 or 10670272. OLE color: 10670272.

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

Color convert

RGB 192 208 162 -
CMYK 0.08 0 0.22 0.18
HSL 80.87º 0.33% 0.73% -
HSV(B) 80.87º 0.22% 0.82% -
XYZ 50.82 58.93 42.88 -
YUV 197.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 192 208 162 0.08 0 0.22 0.18 80.87 0.33 0.73
Hex C0 D0 A2 8 0 16 12 51 21 49
Octal 300 320 242 10 0 26 22 121 41 111
Binary 11000000 11010000 10100010 1000 0 10110 10010 1010001 100001 1001001

Color Harmonies of #C0D0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D0A2

Black with #C0D0A2

Text Example


Text Example

White with #C0D0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D0A2; }

 p { color: rgb(192,208,162); }

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

background-color css

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

 a { background-color: rgb(192,208,162); }

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

border-color css

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

 span { border-color: rgb(192,208,162); }

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