Html Css Color HEX #C1D2A2 Pale Leaf

📋 copy color: '#C1D2A2'

red 193 ◦ green 210 ◦ blue 162

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

Shades of Pale Leaf #C1D2A2

Tints of Pale Leaf #C1D2A2

RGB

 RED value IS 193 (75.78% from 255) = 34.16%

 GREEN value IS 210 (82.42% from 255) = 37.17%

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

R = 34.16%
G = 37.17%
B = 28.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#C1D2A2 (or 0xC1D2A2) is known color: Pale Leaf. HEX triplet: C1, D2 and A2. RGB value is (193,210,162). Sum of RGB (Red+Green+Blue) = 193+210+162=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D2A2 is #3E2D5D. Grayscale: #C7C7C7. Windows color (decimal): -4074846 or 10670785. OLE color: 10670785.

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

Color convert

RGB 193 210 162 -
CMYK 0.08 0 0.23 0.18
HSL 81.25º 0.35% 0.73% -
HSV(B) 81.25º 0.23% 0.82% -
XYZ 51.56 60.04 43.05 -
YUV 199.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 193 210 162 0.08 0 0.23 0.18 81.25 0.35 0.73
Hex C1 D2 A2 8 0 17 12 51 23 49
Octal 301 322 242 10 0 27 22 121 43 111
Binary 11000001 11010010 10100010 1000 0 10111 10010 1010001 100011 1001001

Color Harmonies of #C1D2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D2A2

Black with #C1D2A2

Text Example


Text Example

White with #C1D2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D2A2; }

 p { color: rgb(193,210,162); }

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

background-color css

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

 a { background-color: rgb(193,210,162); }

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

border-color css

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

 span { border-color: rgb(193,210,162); }

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