Html Css Color HEX #C5CFAC Pale Leaf

📋 copy color: '#C5CFAC'

red 197 ◦ green 207 ◦ blue 172

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

Shades of Pale Leaf #C5CFAC

Tints of Pale Leaf #C5CFAC

RGB

 RED value IS 197 (77.34% from 255) = 34.2%

 GREEN value IS 207 (81.25% from 255) = 35.94%

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

R = 34.2%
G = 35.94%
B = 29.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C5CFAC (or 0xC5CFAC) is known color: Pale Leaf. HEX triplet: C5, CF and AC. RGB value is (197,207,172). Sum of RGB (Red+Green+Blue) = 197+207+172=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFAC is #3A3053. Grayscale: #C8C8C8. Windows color (decimal): -3813460 or 11325381. OLE color: 11325381.

HSL color Cylindrical-coordinate representation of color #C5CFAC: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CFAC is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 172 -
CMYK 0.05 0 0.17 0.19
HSL 77.14º 0.27% 0.74% -
HSV(B) 77.14º 0.17% 0.81% -
XYZ 52.79 59.47 47.73 -
YUV 200.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 197 207 172 0.05 0 0.17 0.19 77.14 0.27 0.74
Hex C5 CF AC 5 0 11 13 4D 1B 4A
Octal 305 317 254 5 0 21 23 115 33 112
Binary 11000101 11001111 10101100 101 0 10001 10011 1001101 11011 1001010

Color Harmonies of #C5CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFAC

Black with #C5CFAC

Text Example


Text Example

White with #C5CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFAC; }

 p { color: rgb(197,207,172); }

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

background-color css

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

 a { background-color: rgb(197,207,172); }

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

border-color css

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

 span { border-color: rgb(197,207,172); }

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