#C8CECC

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

Shades of Geyser #C8CECC

Tints of Geyser #C8CECC

Color information

#C8CECC (or 0xC8CECC) is unknown color: approx Geyser. HEX triplet: C8, CE and CC. RGB value is (200,206,204). Sum of RGB (Red+Green+Blue) = 200+206+204=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CECC is #373133. Grayscale: #CBCBCB. Windows color (decimal): -3617076 or 13422280. OLE color: 13422280.

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

Color convert

RGB200206204-
CMYK0.0300.010.19
HSL160º5.77%79.61%-
HSV(B)160º2.91%80.78%-
XYZ56.7960.7865.87-
YUV203.98128.01125.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.79%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=32.79%
G=33.77%
B=33.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002062040.0300.010.191605.7779.61
HexC8CECC30113a0650
Octal310316314301232406120
Binary110010001100111011001100110110011101000001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CECC; }

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

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

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

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

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

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

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

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