#C9CFCA

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

Shades of Sea Mist #C9CFCA

Tints of Sea Mist #C9CFCA

Color information

#C9CFCA (or 0xC9CFCA) is unknown color: approx Sea Mist. HEX triplet: C9, CF and CA. RGB value is (201,207,202). Sum of RGB (Red+Green+Blue) = 201+207+202=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFCA is #363035. Grayscale: #CCCCCC. Windows color (decimal): -3551286 or 13291465. OLE color: 13291465.

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

Color convert

RGB201207202-
CMYK0.0300.020.19
HSL130º5.88%80%-
HSV(B)130º2.9%81.18%-
XYZ57.0661.3164.7-
YUV204.64126.51125.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=32.95%
G=33.93%
B=33.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012072020.0300.020.191305.8880
HexC9CFCA3021382650
Octal311317312302232026120
Binary1100100111001111110010101101010011100000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFCA; }

 p { color: rgb(201,207,202); }

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

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

 a { background-color: rgb(201,207,202); }

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

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

 span { border-color: rgb(201,207,202); }

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