Html Css Color HEX #C5CFA0 Pale Leaf

📋 copy color: '#C5CFA0'

red 197 ◦ green 207 ◦ blue 160

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

Shades of Pale Leaf #C5CFA0

Tints of Pale Leaf #C5CFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.37%

R = 34.93%
G = 36.7%
B = 28.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#C5CFA0 (or 0xC5CFA0) is known color: Pale Leaf. HEX triplet: C5, CF and A0. RGB value is (197,207,160). Sum of RGB (Red+Green+Blue) = 197+207+160=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFA0 is #3A305F. Grayscale: #C6C6C6. Windows color (decimal): -3813472 or 10538949. OLE color: 10538949.

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

Color convert

RGB 197 207 160 -
CMYK 0.05 0 0.23 0.19
HSL 72.77º 0.33% 0.72% -
HSV(B) 72.77º 0.23% 0.81% -
XYZ 51.68 59.03 41.93 -
YUV 198.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 197 207 160 0.05 0 0.23 0.19 72.77 0.33 0.72
Hex C5 CF A0 5 0 17 13 49 21 48
Octal 305 317 240 5 0 27 23 111 41 110
Binary 11000101 11001111 10100000 101 0 10111 10011 1001001 100001 1001000

Color Harmonies of #C5CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFA0

Black with #C5CFA0

Text Example


Text Example

White with #C5CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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