#C7CF9B

Color #C7CF9B Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C7CF9B

Tints of Green Mist #C7CF9B

Color information

#C7CF9B (or 0xC7CF9B) is unknown color: approx Green Mist. HEX triplet: C7, CF and 9B. RGB value is (199,207,155). Sum of RGB (Red+Green+Blue) = 199+207+155=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF9B is #383064. Grayscale: #C6C6C6. Windows color (decimal): -3682405 or 10211271. OLE color: 10211271.

HSL color Cylindrical-coordinate representation of color #C7CF9B: hue angle of 69.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7CF9B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB199207155-
CMYK0.0400.250.19
HSL69.23º35.14%70.98%-
HSV(B)69.23º25.12%81.18%-
XYZ51.7859.1339.7-
YUV198.68103.35128.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.47%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=35.47%
G=36.90%
B=27.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071550.0400.250.1969.2335.1470.98
HexC7CF9B401913452347
Octal30731723340312310543107
Binary1100011111001111100110111000110011001110001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CF9B; }

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

 H1.HeaderClassName
 {
   color: #C7CF9B;
 }
 .AnyTagClassName
 {
   color: #C7CF9B;
 }
</style>
background-color css

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

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

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

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

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

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