#C7CECC

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

Shades of Geyser #C7CECC

Tints of Geyser #C7CECC

Color information

#C7CECC (or 0xC7CECC) is unknown color: approx Geyser. HEX triplet: C7, CE and CC. RGB value is (199,206,204). Sum of RGB (Red+Green+Blue) = 199+206+204=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECC is #383133. Grayscale: #CBCBCB. Windows color (decimal): -3682612 or 13422279. OLE color: 13422279.

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

Color convert

RGB199206204-
CMYK0.0300.010.19
HSL162.86º6.67%79.41%-
HSV(B)162.86º3.4%80.78%-
XYZ56.5260.6465.85-
YUV203.68128.18124.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.68%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=32.68%
G=33.83%
B=33.50%

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
Decimal1992062040.0300.010.19162.866.6779.41
HexC7CECC30113a374f
Octal307316314301232437117
Binary110001111100111011001100110110011101000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CECC; }

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

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

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

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

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

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

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

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