#C2CAC5

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

Shades of Nebula #C2CAC5

Tints of Nebula #C2CAC5

Color information

#C2CAC5 (or 0xC2CAC5) is unknown color: approx Nebula. HEX triplet: C2, CA and C5. RGB value is (194,202,197). Sum of RGB (Red+Green+Blue) = 194+202+197=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC5 is #3D353A. Grayscale: #C7C7C7. Windows color (decimal): -4011323 or 12962498. OLE color: 12962498.

HSL color Cylindrical-coordinate representation of color #C2CAC5: hue angle of 142.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CAC5 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB194202197-
CMYK0.0400.020.21
HSL142.5º7.02%77.65%-
HSV(B)142.5º3.96%79.22%-
XYZ53.4557.7461.15-
YUV199.04126.85124.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=32.72%
G=34.06%
B=33.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021970.0400.020.21142.57.0277.65
HexC2CAC5402158e74e
Octal302312305402252167116
Binary11000010110010101100010110001010101100011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAC5; }

 p { color: rgb(194,202,197); }

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

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

 a { background-color: rgb(194,202,197); }

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

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

 span { border-color: rgb(194,202,197); }

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