Html Css Color HEX #C5CFAE Pale Leaf

📋 copy color: '#C5CFAE'

red 197 ◦ green 207 ◦ blue 174

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

Shades of Pale Leaf #C5CFAE

Tints of Pale Leaf #C5CFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.1%

R = 34.08%
G = 35.81%
B = 30.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C5CFAE (or 0xC5CFAE) is known color: Pale Leaf. HEX triplet: C5, CF and AE. RGB value is (197,207,174). Sum of RGB (Red+Green+Blue) = 197+207+174=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFAE is #3A3051. Grayscale: #C8C8C8. Windows color (decimal): -3813458 or 11456453. OLE color: 11456453.

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

Color convert

RGB 197 207 174 -
CMYK 0.05 0 0.16 0.19
HSL 78.18º 0.26% 0.75% -
HSV(B) 78.18º 0.16% 0.81% -
XYZ 52.98 59.55 48.75 -
YUV 200.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 197 207 174 0.05 0 0.16 0.19 78.18 0.26 0.75
Hex C5 CF AE 5 0 10 13 4E 1A 4B
Octal 305 317 256 5 0 20 23 116 32 113
Binary 11000101 11001111 10101110 101 0 10000 10011 1001110 11010 1001011

Color Harmonies of #C5CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFAE

Black with #C5CFAE

Text Example


Text Example

White with #C5CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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