Html Css Color HEX #C8D3A2 Pale Leaf

📋 copy color: '#C8D3A2'

red 200 ◦ green 211 ◦ blue 162

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

Shades of Pale Leaf #C8D3A2

Tints of Pale Leaf #C8D3A2

RGB

 RED value IS 200 (78.52% from 255) = 34.9%

 GREEN value IS 211 (82.81% from 255) = 36.82%

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

R = 34.9%
G = 36.82%
B = 28.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#C8D3A2 (or 0xC8D3A2) is known color: Pale Leaf. HEX triplet: C8, D3 and A2. RGB value is (200,211,162). Sum of RGB (Red+Green+Blue) = 200+211+162=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D3A2 is #372C5D. Grayscale: #CACACA. Windows color (decimal): -3615838 or 10671048. OLE color: 10671048.

HSL color Cylindrical-coordinate representation of color #C8D3A2: hue angle of 73.47º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8D3A2 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 211 162 -
CMYK 0.05 0 0.23 0.17
HSL 73.47º 0.36% 0.73% -
HSV(B) 73.47º 0.23% 0.83% -
XYZ 53.64 61.48 43.22 -
YUV 202.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 200 211 162 0.05 0 0.23 0.17 73.47 0.36 0.73
Hex C8 D3 A2 5 0 17 11 49 24 49
Octal 310 323 242 5 0 27 21 111 44 111
Binary 11001000 11010011 10100010 101 0 10111 10001 1001001 100100 1001001

Color Harmonies of #C8D3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D3A2

Black with #C8D3A2

Text Example


Text Example

White with #C8D3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D3A2; }

 p { color: rgb(200,211,162); }

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

background-color css

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

 a { background-color: rgb(200,211,162); }

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

border-color css

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

 span { border-color: rgb(200,211,162); }

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