#C6CFC7

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

Shades of Sea Mist #C6CFC7

Tints of Sea Mist #C6CFC7

Color information

#C6CFC7 (or 0xC6CFC7) is unknown color: approx Sea Mist. HEX triplet: C6, CF and C7. RGB value is (198,207,199). Sum of RGB (Red+Green+Blue) = 198+207+199=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFC7 is #393038. Grayscale: #CBCBCB. Windows color (decimal): -3747897 or 13094854. OLE color: 13094854.

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

Color convert

RGB198207199-
CMYK0.0400.040.19
HSL126.67º8.57%79.41%-
HSV(B)126.67º4.35%81.18%-
XYZ55.9160.7562.81-
YUV203.4125.52124.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=32.78%
G=34.27%
B=32.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982071990.0400.040.19126.678.5779.41
HexC6CFC7404137f94f
Octal3063173074042317711117
Binary110001101100111111000111100010010011111111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFC7; }

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

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

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

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

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

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

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

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