Html Css Color HEX #C8D7AF Pale Leaf

📋 copy color: '#C8D7AF'

red 200 ◦ green 215 ◦ blue 175

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

Shades of Pale Leaf #C8D7AF

Tints of Pale Leaf #C8D7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.66%

R = 33.9%
G = 36.44%
B = 29.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C8D7AF (or 0xC8D7AF) is known color: Pale Leaf. HEX triplet: C8, D7 and AF. RGB value is (200,215,175). Sum of RGB (Red+Green+Blue) = 200+215+175=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D7AF is #372850. Grayscale: #CECECE. Windows color (decimal): -3614801 or 11524040. OLE color: 11524040.

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

Color convert

RGB 200 215 175 -
CMYK 0.07 0 0.19 0.16
HSL 82.5º 0.33% 0.76% -
HSV(B) 82.5º 0.19% 0.84% -
XYZ 55.86 63.98 49.96 -
YUV 205.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 200 215 175 0.07 0 0.19 0.16 82.5 0.33 0.76
Hex C8 D7 AF 7 0 13 10 52 21 4C
Octal 310 327 257 7 0 23 20 122 41 114
Binary 11001000 11010111 10101111 111 0 10011 10000 1010010 100001 1001100

Color Harmonies of #C8D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D7AF

Black with #C8D7AF

Text Example


Text Example

White with #C8D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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