Html Css Color HEX #C8D69F Pale Leaf

📋 copy color: '#C8D69F'

red 200 ◦ green 214 ◦ blue 159

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

Shades of Pale Leaf #C8D69F

Tints of Pale Leaf #C8D69F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.35%

 BLUE value IS 159 (62.5% from 255) = 27.75%

R = 34.9%
G = 37.35%
B = 27.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#C8D69F (or 0xC8D69F) is known color: Pale Leaf. HEX triplet: C8, D6 and 9F. RGB value is (200,214,159). Sum of RGB (Red+Green+Blue) = 200+214+159=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D69F is #372960. Grayscale: #CBCBCB. Windows color (decimal): -3615073 or 10475208. OLE color: 10475208.

HSL color Cylindrical-coordinate representation of color #C8D69F: hue angle of 75.27º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8D69F is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 214 159 -
CMYK 0.07 0 0.26 0.16
HSL 75.27º 0.4% 0.73% -
HSV(B) 75.27º 0.26% 0.84% -
XYZ 54.12 62.88 42.08 -
YUV 203.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 200 214 159 0.07 0 0.26 0.16 75.27 0.4 0.73
Hex C8 D6 9F 7 0 1A 10 4B 28 49
Octal 310 326 237 7 0 32 20 113 50 111
Binary 11001000 11010110 10011111 111 0 11010 10000 1001011 101000 1001001

Color Harmonies of #C8D69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D69F

Black with #C8D69F

Text Example


Text Example

White with #C8D69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D69F; }

 p { color: rgb(200,214,159); }

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

background-color css

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

 a { background-color: rgb(200,214,159); }

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

border-color css

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

 span { border-color: rgb(200,214,159); }

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