Html Css Color HEX #C7D0AC Pale Leaf

📋 copy color: '#C7D0AC'

red 199 ◦ green 208 ◦ blue 172

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

Shades of Pale Leaf #C7D0AC

Tints of Pale Leaf #C7D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.92%

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

R = 34.37%
G = 35.92%
B = 29.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#C7D0AC (or 0xC7D0AC) is known color: Pale Leaf. HEX triplet: C7, D0 and AC. RGB value is (199,208,172). Sum of RGB (Red+Green+Blue) = 199+208+172=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D0AC is #382F53. Grayscale: #C9C9C9. Windows color (decimal): -3682132 or 11325639. OLE color: 11325639.

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

Color convert

RGB 199 208 172 -
CMYK 0.04 0 0.17 0.18
HSL 75º 0.28% 0.75% -
HSV(B) 75º 0.17% 0.82% -
XYZ 53.56 60.23 47.83 -
YUV 201.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 199 208 172 0.04 0 0.17 0.18 75 0.28 0.75
Hex C7 D0 AC 4 0 11 12 4B 1C 4B
Octal 307 320 254 4 0 21 22 113 34 113
Binary 11000111 11010000 10101100 100 0 10001 10010 1001011 11100 1001011

Color Harmonies of #C7D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0AC

Black with #C7D0AC

Text Example


Text Example

White with #C7D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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