#C6CFCA

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

Shades of Nebula #C6CFCA

Tints of Nebula #C6CFCA

Color information

#C6CFCA (or 0xC6CFCA) is unknown color: approx Nebula. HEX triplet: C6, CF and CA. RGB value is (198,207,202). Sum of RGB (Red+Green+Blue) = 198+207+202=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFCA is #393035. Grayscale: #CBCBCB. Windows color (decimal): -3747894 or 13291462. OLE color: 13291462.

HSL color Cylindrical-coordinate representation of color #C6CFCA: hue angle of 146.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 #C6CFCA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB198207202-
CMYK0.0400.020.19
HSL146.67º8.57%79.41%-
HSV(B)146.67º4.35%81.18%-
XYZ56.2660.964.67-
YUV203.74127.02123.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.62%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=32.62%
G=34.10%
B=33.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982072020.0400.020.19146.678.5779.41
HexC6CFCA402139394f
Octal3063173124022322311117
Binary110001101100111111001010100010100111001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFCA; }

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

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

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

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

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

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

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

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