#C3CAC6

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

Shades of Nebula #C3CAC6

Tints of Nebula #C3CAC6

Color information

#C3CAC6 (or 0xC3CAC6) is unknown color: approx Nebula. HEX triplet: C3, CA and C6. RGB value is (195,202,198). Sum of RGB (Red+Green+Blue) = 195+202+198=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAC6 is #3C3539. Grayscale: #C7C7C7. Windows color (decimal): -3945786 or 13028035. OLE color: 13028035.

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

Color convert

RGB195202198-
CMYK0.0300.020.21
HSL145.71º6.19%77.84%-
HSV(B)145.71º3.47%79.22%-
XYZ53.8257.9261.77-
YUV199.45127.18124.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.77%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=32.77%
G=33.95%
B=33.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952021980.0300.020.21145.716.1977.84
HexC3CAC6302159264e
Octal303312306302252226116
Binary1100001111001010110001101101010101100100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAC6; }

 p { color: rgb(195,202,198); }

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

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

 a { background-color: rgb(195,202,198); }

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

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

 span { border-color: rgb(195,202,198); }

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