#C2C0CF

Color #C2C0CF Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #C2C0CF

Tints of Blue Haze #C2C0CF

Color information

#C2C0CF (or 0xC2C0CF) is unknown color: approx Blue Haze. HEX triplet: C2, C0 and CF. RGB value is (194,192,207). Sum of RGB (Red+Green+Blue) = 194+192+207=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0CF is #3D3F30. Grayscale: #C2C2C2. Windows color (decimal): -4013873 or 13615298. OLE color: 13615298.

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

Color convert

RGB194192207-
CMYK0.060.0700.19
HSL248º13.51%78.24%-
HSV(B)248º7.25%81.18%-
XYZ52.3653.6766.63-
YUV194.31135.16127.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=32.72%
G=32.38%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941922070.060.0700.1924813.5178.24
HexC2C0CF67013f8e4e
Octal3023003176702337016116
Binary1100001011000000110011111101110100111111100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C0CF; }

 p { color: rgb(194,192,207); }

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

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

 a { background-color: rgb(194,192,207); }

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

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

 span { border-color: rgb(194,192,207); }

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