Html Css Color HEX #C5CFB7 Pale Leaf

📋 copy color: '#C5CFB7'

red 197 ◦ green 207 ◦ blue 183

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

Shades of Pale Leaf #C5CFB7

Tints of Pale Leaf #C5CFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.18%

R = 33.56%
G = 35.26%
B = 31.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#C5CFB7 (or 0xC5CFB7) is known color: Pale Leaf. HEX triplet: C5, CF and B7. RGB value is (197,207,183). Sum of RGB (Red+Green+Blue) = 197+207+183=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFB7 is #3A3048. Grayscale: #C9C9C9. Windows color (decimal): -3813449 or 12046277. OLE color: 12046277.

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

Color convert

RGB 197 207 183 -
CMYK 0.05 0 0.12 0.19
HSL 85º 0.2% 0.76% -
HSV(B) 85º 0.12% 0.81% -
XYZ 53.89 59.91 53.52 -
YUV 201.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 197 207 183 0.05 0 0.12 0.19 85 0.2 0.76
Hex C5 CF B7 5 0 C 13 55 14 4C
Octal 305 317 267 5 0 14 23 125 24 114
Binary 11000101 11001111 10110111 101 0 1100 10011 1010101 10100 1001100

Color Harmonies of #C5CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFB7

Black with #C5CFB7

Text Example


Text Example

White with #C5CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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