Html Css Color HEX #C7CFAD Pale Leaf

📋 copy color: '#C7CFAD'

red 199 ◦ green 207 ◦ blue 173

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

Shades of Pale Leaf #C7CFAD

Tints of Pale Leaf #C7CFAD

RGB

 RED value IS 199 (78.13% from 255) = 34.37%

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

 BLUE value IS 173 (67.97% from 255) = 29.88%

R = 34.37%
G = 35.75%
B = 29.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C7CFAD (or 0xC7CFAD) is known color: Pale Leaf. HEX triplet: C7, CF and AD. RGB value is (199,207,173). Sum of RGB (Red+Green+Blue) = 199+207+173=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CFAD is #383052. Grayscale: #C8C8C8. Windows color (decimal): -3682387 or 11390919. OLE color: 11390919.

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

Color convert

RGB 199 207 173 -
CMYK 0.04 0 0.16 0.19
HSL 74.12º 0.26% 0.75% -
HSV(B) 74.12º 0.16% 0.81% -
XYZ 53.41 59.78 48.26 -
YUV 200.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 199 207 173 0.04 0 0.16 0.19 74.12 0.26 0.75
Hex C7 CF AD 4 0 10 13 4A 1A 4B
Octal 307 317 255 4 0 20 23 112 32 113
Binary 11000111 11001111 10101101 100 0 10000 10011 1001010 11010 1001011

Color Harmonies of #C7CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFAD

Black with #C7CFAD

Text Example


Text Example

White with #C7CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFAD; }

 p { color: rgb(199,207,173); }

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

background-color css

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

 a { background-color: rgb(199,207,173); }

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

border-color css

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

 span { border-color: rgb(199,207,173); }

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