Html Css Color HEX #C7C695 Green Mist

📋 copy color: '#C7C695'

red 199 ◦ green 198 ◦ blue 149

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

Shades of Green Mist #C7C695

Tints of Green Mist #C7C695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.26%

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 36.45%
G = 36.26%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C7C695 (or 0xC7C695) is known color: Green Mist. HEX triplet: C7, C6 and 95. RGB value is (199,198,149). Sum of RGB (Red+Green+Blue) = 199+198+149=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C695 is #38396A. Grayscale: #C0C0C0. Windows color (decimal): -3684715 or 9815751. OLE color: 9815751.

HSL color Cylindrical-coordinate representation of color #C7C695: hue angle of 58.8º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7C695 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 198 149 -
CMYK 0 0.01 0.25 0.22
HSL 58.8º 0.31% 0.68% -
HSV(B) 58.8º 0.25% 0.78% -
XYZ 49.17 54.7 36.4 -
YUV 192.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 199 198 149 0 0.01 0.25 0.22 58.8 0.31 0.68
Hex C7 C6 95 0 1 19 16 3B 1F 44
Octal 307 306 225 0 1 31 26 73 37 104
Binary 11000111 11000110 10010101 0 1 11001 10110 111011 11111 1000100

Color Harmonies of #C7C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C695

Black with #C7C695

Text Example


Text Example

White with #C7C695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C695; }

 p { color: rgb(199,198,149); }

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

background-color css

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

 a { background-color: rgb(199,198,149); }

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

border-color css

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

 span { border-color: rgb(199,198,149); }

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