Html Css Color HEX #C5CFAB Pale Leaf

📋 copy color: '#C5CFAB'

red 197 ◦ green 207 ◦ blue 171

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

Shades of Pale Leaf #C5CFAB

Tints of Pale Leaf #C5CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.74%

R = 34.26%
G = 36%
B = 29.74%

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

#C5CFAB (or 0xC5CFAB) is known color: Pale Leaf. HEX triplet: C5, CF and AB. RGB value is (197,207,171). Sum of RGB (Red+Green+Blue) = 197+207+171=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFAB is #3A3054. Grayscale: #C8C8C8. Windows color (decimal): -3813461 or 11259845. OLE color: 11259845.

HSL color Cylindrical-coordinate representation of color #C5CFAB: hue angle of 76.67º 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 #C5CFAB is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 171 -
CMYK 0.05 0 0.17 0.19
HSL 76.67º 0.27% 0.74% -
HSV(B) 76.67º 0.17% 0.81% -
XYZ 52.69 59.44 47.22 -
YUV 199.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 197 207 171 0.05 0 0.17 0.19 76.67 0.27 0.74
Hex C5 CF AB 5 0 11 13 4D 1B 4A
Octal 305 317 253 5 0 21 23 115 33 112
Binary 11000101 11001111 10101011 101 0 10001 10011 1001101 11011 1001010

Color Harmonies of #C5CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFAB

Black with #C5CFAB

Text Example


Text Example

White with #C5CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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