#C5CCC8

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

Shades of Nebula #C5CCC8

Tints of Nebula #C5CCC8

Color information

#C5CCC8 (or 0xC5CCC8) is unknown color: approx Nebula. HEX triplet: C5, CC and C8. RGB value is (197,204,200). Sum of RGB (Red+Green+Blue) = 197+204+200=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCC8 is #3A3337. Grayscale: #C9C9C9. Windows color (decimal): -3814200 or 13159621. OLE color: 13159621.

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

Color convert

RGB197204200-
CMYK0.0300.020.2
HSL145.71º6.42%78.63%-
HSV(B)145.71º3.43%80%-
XYZ55.0459.2363.17-
YUV201.45127.18124.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.78%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=32.78%
G=33.94%
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.2
SystemRedGreenBlueCMYKHSL
Decimal1972042000.0300.020.2145.716.4278.63
HexC5CCC8302149264f
Octal305314310302242226117
Binary1100010111001100110010001101010100100100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCC8; }

 p { color: rgb(197,204,200); }

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

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

 a { background-color: rgb(197,204,200); }

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

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

 span { border-color: rgb(197,204,200); }

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