Html Css Color HEX #C7D6A6 Pale Leaf

📋 copy color: '#C7D6A6'

red 199 ◦ green 214 ◦ blue 166

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

Shades of Pale Leaf #C7D6A6

Tints of Pale Leaf #C7D6A6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.96%

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

R = 34.37%
G = 36.96%
B = 28.67%

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

#C7D6A6 (or 0xC7D6A6) is known color: Pale Leaf. HEX triplet: C7, D6 and A6. RGB value is (199,214,166). Sum of RGB (Red+Green+Blue) = 199+214+166=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D6A6 is #382959. Grayscale: #CCCCCC. Windows color (decimal): -3680602 or 10933959. OLE color: 10933959.

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

Color convert

RGB 199 214 166 -
CMYK 0.07 0 0.22 0.16
HSL 78.75º 0.37% 0.75% -
HSV(B) 78.75º 0.22% 0.84% -
XYZ 54.48 62.99 45.36 -
YUV 204.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 199 214 166 0.07 0 0.22 0.16 78.75 0.37 0.75
Hex C7 D6 A6 7 0 16 10 4F 25 4B
Octal 307 326 246 7 0 26 20 117 45 113
Binary 11000111 11010110 10100110 111 0 10110 10000 1001111 100101 1001011

Color Harmonies of #C7D6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D6A6

Black with #C7D6A6

Text Example


Text Example

White with #C7D6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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