Html Css Color HEX #C7CFAF Pale Leaf

📋 copy color: '#C7CFAF'

red 199 ◦ green 207 ◦ blue 175

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

Shades of Pale Leaf #C7CFAF

Tints of Pale Leaf #C7CFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.12%

R = 34.25%
G = 35.63%
B = 30.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#C7CFAF (or 0xC7CFAF) is known color: Pale Leaf. HEX triplet: C7, CF and AF. RGB value is (199,207,175). Sum of RGB (Red+Green+Blue) = 199+207+175=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CFAF is #383050. Grayscale: #C9C9C9. Windows color (decimal): -3682385 or 11521991. OLE color: 11521991.

HSL color Cylindrical-coordinate representation of color #C7CFAF: hue angle of 75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7CFAF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 207 175 -
CMYK 0.04 0 0.15 0.19
HSL 75º 0.25% 0.75% -
HSV(B) 75º 0.15% 0.81% -
XYZ 53.6 59.86 49.29 -
YUV 200.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 199 207 175 0.04 0 0.15 0.19 75 0.25 0.75
Hex C7 CF AF 4 0 F 13 4B 19 4B
Octal 307 317 257 4 0 17 23 113 31 113
Binary 11000111 11001111 10101111 100 0 1111 10011 1001011 11001 1001011

Color Harmonies of #C7CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFAF

Black with #C7CFAF

Text Example


Text Example

White with #C7CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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