Html Css Color HEX #C5D0A2 Pale Leaf

📋 copy color: '#C5D0A2'

red 197 ◦ green 208 ◦ blue 162

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

Shades of Pale Leaf #C5D0A2

Tints of Pale Leaf #C5D0A2

RGB

 RED value IS 197 (77.34% from 255) = 34.74%

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

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

R = 34.74%
G = 36.68%
B = 28.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#C5D0A2 (or 0xC5D0A2) is known color: Pale Leaf. HEX triplet: C5, D0 and A2. RGB value is (197,208,162). Sum of RGB (Red+Green+Blue) = 197+208+162=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D0A2 is #3A2F5D. Grayscale: #C7C7C7. Windows color (decimal): -3813214 or 10670277. OLE color: 10670277.

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

Color convert

RGB 197 208 162 -
CMYK 0.05 0 0.22 0.18
HSL 74.35º 0.33% 0.73% -
HSV(B) 74.35º 0.22% 0.82% -
XYZ 52.1 59.59 42.94 -
YUV 199.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 197 208 162 0.05 0 0.22 0.18 74.35 0.33 0.73
Hex C5 D0 A2 5 0 16 12 4A 21 49
Octal 305 320 242 5 0 26 22 112 41 111
Binary 11000101 11010000 10100010 101 0 10110 10010 1001010 100001 1001001

Color Harmonies of #C5D0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0A2

Black with #C5D0A2

Text Example


Text Example

White with #C5D0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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