Html Css Color HEX #C8D5AC Pale Leaf

📋 copy color: '#C8D5AC'

red 200 ◦ green 213 ◦ blue 172

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

Shades of Pale Leaf #C8D5AC

Tints of Pale Leaf #C8D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

 BLUE value IS 172 (67.58% from 255) = 29.4%

R = 34.19%
G = 36.41%
B = 29.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C8D5AC (or 0xC8D5AC) is known color: Pale Leaf. HEX triplet: C8, D5 and AC. RGB value is (200,213,172). Sum of RGB (Red+Green+Blue) = 200+213+172=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D5AC is #372A53. Grayscale: #CCCCCC. Windows color (decimal): -3615316 or 11326920. OLE color: 11326920.

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

Color convert

RGB 200 213 172 -
CMYK 0.06 0 0.19 0.16
HSL 79.02º 0.33% 0.75% -
HSV(B) 79.02º 0.19% 0.84% -
XYZ 55.06 62.85 48.26 -
YUV 204.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 200 213 172 0.06 0 0.19 0.16 79.02 0.33 0.75
Hex C8 D5 AC 6 0 13 10 4F 21 4B
Octal 310 325 254 6 0 23 20 117 41 113
Binary 11001000 11010101 10101100 110 0 10011 10000 1001111 100001 1001011

Color Harmonies of #C8D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5AC

Black with #C8D5AC

Text Example


Text Example

White with #C8D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5AC; }

 p { color: rgb(200,213,172); }

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

background-color css

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

 a { background-color: rgb(200,213,172); }

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

border-color css

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

 span { border-color: rgb(200,213,172); }

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