Html Css Color HEX #C8D7A5 Pale Leaf

📋 copy color: '#C8D7A5'

red 200 ◦ green 215 ◦ blue 165

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

Shades of Pale Leaf #C8D7A5

Tints of Pale Leaf #C8D7A5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.07%

 BLUE value IS 165 (64.84% from 255) = 28.45%

R = 34.48%
G = 37.07%
B = 28.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#C8D7A5 (or 0xC8D7A5) is known color: Pale Leaf. HEX triplet: C8, D7 and A5. RGB value is (200,215,165). Sum of RGB (Red+Green+Blue) = 200+215+165=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D7A5 is #37285A. Grayscale: #CDCDCD. Windows color (decimal): -3614811 or 10868680. OLE color: 10868680.

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

Color convert

RGB 200 215 165 -
CMYK 0.07 0 0.23 0.16
HSL 78º 0.38% 0.75% -
HSV(B) 78º 0.23% 0.84% -
XYZ 54.91 63.6 44.98 -
YUV 204.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 200 215 165 0.07 0 0.23 0.16 78 0.38 0.75
Hex C8 D7 A5 7 0 17 10 4E 26 4B
Octal 310 327 245 7 0 27 20 116 46 113
Binary 11001000 11010111 10100101 111 0 10111 10000 1001110 100110 1001011

Color Harmonies of #C8D7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D7A5

Black with #C8D7A5

Text Example


Text Example

White with #C8D7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D7A5; }

 p { color: rgb(200,215,165); }

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

background-color css

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

 a { background-color: rgb(200,215,165); }

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

border-color css

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

 span { border-color: rgb(200,215,165); }

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