Html Css Color HEX #C8D49E Pale Leaf

📋 copy color: '#C8D49E'

red 200 ◦ green 212 ◦ blue 158

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

Shades of Pale Leaf #C8D49E

Tints of Pale Leaf #C8D49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

 BLUE value IS 158 (62.11% from 255) = 27.72%

R = 35.09%
G = 37.19%
B = 27.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#C8D49E (or 0xC8D49E) is known color: Pale Leaf. HEX triplet: C8, D4 and 9E. RGB value is (200,212,158). Sum of RGB (Red+Green+Blue) = 200+212+158=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D49E is #372B61. Grayscale: #CACACA. Windows color (decimal): -3615586 or 10409160. OLE color: 10409160.

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

Color convert

RGB 200 212 158 -
CMYK 0.06 0 0.25 0.17
HSL 73.33º 0.39% 0.73% -
HSV(B) 73.33º 0.25% 0.83% -
XYZ 53.53 61.83 41.46 -
YUV 202.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 200 212 158 0.06 0 0.25 0.17 73.33 0.39 0.73
Hex C8 D4 9E 6 0 19 11 49 27 49
Octal 310 324 236 6 0 31 21 111 47 111
Binary 11001000 11010100 10011110 110 0 11001 10001 1001001 100111 1001001

Color Harmonies of #C8D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D49E

Black with #C8D49E

Text Example


Text Example

White with #C8D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D49E; }

 p { color: rgb(200,212,158); }

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

background-color css

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

 a { background-color: rgb(200,212,158); }

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

border-color css

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

 span { border-color: rgb(200,212,158); }

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