Html Css Color HEX #C7D5A6 Pale Leaf

📋 copy color: '#C7D5A6'

red 199 ◦ green 213 ◦ blue 166

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

Shades of Pale Leaf #C7D5A6

Tints of Pale Leaf #C7D5A6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

 BLUE value IS 166 (65.23% from 255) = 28.72%

R = 34.43%
G = 36.85%
B = 28.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#C7D5A6 (or 0xC7D5A6) is known color: Pale Leaf. HEX triplet: C7, D5 and A6. RGB value is (199,213,166). Sum of RGB (Red+Green+Blue) = 199+213+166=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D5A6 is #382A59. Grayscale: #CBCBCB. Windows color (decimal): -3680858 or 10933703. OLE color: 10933703.

HSL color Cylindrical-coordinate representation of color #C7D5A6: hue angle of 77.87º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D5A6 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 166 -
CMYK 0.07 0 0.22 0.16
HSL 77.87º 0.36% 0.74% -
HSV(B) 77.87º 0.22% 0.84% -
XYZ 54.23 62.48 45.28 -
YUV 203.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 199 213 166 0.07 0 0.22 0.16 77.87 0.36 0.74
Hex C7 D5 A6 7 0 16 10 4E 24 4A
Octal 307 325 246 7 0 26 20 116 44 112
Binary 11000111 11010101 10100110 111 0 10110 10000 1001110 100100 1001010

Color Harmonies of #C7D5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D5A6

Black with #C7D5A6

Text Example


Text Example

White with #C7D5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D5A6; }

 p { color: rgb(199,213,166); }

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

background-color css

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

 a { background-color: rgb(199,213,166); }

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

border-color css

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

 span { border-color: rgb(199,213,166); }

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