#C8CFA1

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

Shades of Green Mist #C8CFA1

Tints of Green Mist #C8CFA1

Color information

#C8CFA1 (or 0xC8CFA1) is unknown color: approx Green Mist. HEX triplet: C8, CF and A1. RGB value is (200,207,161). Sum of RGB (Red+Green+Blue) = 200+207+161=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFA1 is #37305E. Grayscale: #C7C7C7. Windows color (decimal): -3616863 or 10604488. OLE color: 10604488.

HSL color Cylindrical-coordinate representation of color #C8CFA1: hue angle of 69.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8CFA1 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB200207161-
CMYK0.0300.220.19
HSL69.13º32.39%72.16%-
HSV(B)69.13º22.22%81.18%-
XYZ52.5759.4842.43-
YUV199.66106.18128.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=35.21%
G=36.44%
B=28.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071610.0300.220.1969.1332.3972.16
HexC8CFA1301613452048
Octal31031724130262310540110
Binary110010001100111110100001110101101001110001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFA1; }

 p { color: rgb(200,207,161); }

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

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

 a { background-color: rgb(200,207,161); }

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

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

 span { border-color: rgb(200,207,161); }

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