Html Css Color HEX #C7CFAC Pale Leaf

📋 copy color: '#C7CFAC'

red 199 ◦ green 207 ◦ blue 172

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

Shades of Pale Leaf #C7CFAC

Tints of Pale Leaf #C7CFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.76%

R = 34.43%
G = 35.81%
B = 29.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C7CFAC (or 0xC7CFAC) is known color: Pale Leaf. HEX triplet: C7, CF and AC. RGB value is (199,207,172). Sum of RGB (Red+Green+Blue) = 199+207+172=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CFAC is #383053. Grayscale: #C8C8C8. Windows color (decimal): -3682388 or 11325383. OLE color: 11325383.

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

Color convert

RGB 199 207 172 -
CMYK 0.04 0 0.17 0.19
HSL 73.71º 0.27% 0.74% -
HSV(B) 73.71º 0.17% 0.81% -
XYZ 53.31 59.75 47.75 -
YUV 200.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 199 207 172 0.04 0 0.17 0.19 73.71 0.27 0.74
Hex C7 CF AC 4 0 11 13 4A 1B 4A
Octal 307 317 254 4 0 21 23 112 33 112
Binary 11000111 11001111 10101100 100 0 10001 10011 1001010 11011 1001010

Color Harmonies of #C7CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFAC

Black with #C7CFAC

Text Example


Text Example

White with #C7CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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