#C8C8C5

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

Shades of Celeste #C8C8C5

Tints of Celeste #C8C8C5

Color information

#C8C8C5 (or 0xC8C8C5) is unknown color: approx Celeste. HEX triplet: C8, C8 and C5. RGB value is (200,200,197). Sum of RGB (Red+Green+Blue) = 200+200+197=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8C5 is #37373A. Grayscale: #C7C7C7. Windows color (decimal): -3618619 or 12961992. OLE color: 12961992.

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

Color convert

RGB200200197-
CMYK000.020.22
HSL60º2.65%77.84%-
HSV(B)60º1.5%78.43%-
XYZ54.5557.6261.07-
YUV199.66126.5128.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 200 (78.52% from 255) = 33.50%
BLUE value IS 197 (77.34% from 255) = 33.00%
R=33.50%
G=33.50%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200200197000.020.22602.6577.84
HexC8C8C5002163c34e
Octal31031030500226743116
Binary110010001100100011000101001010110111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8C5; }

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

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

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

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

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

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

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

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