Html Css Color HEX #C5CFA3 Pale Leaf

📋 copy color: '#C5CFA3'

red 197 ◦ green 207 ◦ blue 163

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

Shades of Pale Leaf #C5CFA3

Tints of Pale Leaf #C5CFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.75%

R = 34.74%
G = 36.51%
B = 28.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#C5CFA3 (or 0xC5CFA3) is known color: Pale Leaf. HEX triplet: C5, CF and A3. RGB value is (197,207,163). Sum of RGB (Red+Green+Blue) = 197+207+163=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFA3 is #3A305C. Grayscale: #C7C7C7. Windows color (decimal): -3813469 or 10735557. OLE color: 10735557.

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

Color convert

RGB 197 207 163 -
CMYK 0.05 0 0.21 0.19
HSL 73.64º 0.31% 0.73% -
HSV(B) 73.64º 0.21% 0.81% -
XYZ 51.95 59.14 43.33 -
YUV 198.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 197 207 163 0.05 0 0.21 0.19 73.64 0.31 0.73
Hex C5 CF A3 5 0 15 13 4A 1F 49
Octal 305 317 243 5 0 25 23 112 37 111
Binary 11000101 11001111 10100011 101 0 10101 10011 1001010 11111 1001001

Color Harmonies of #C5CFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFA3

Black with #C5CFA3

Text Example


Text Example

White with #C5CFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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