#C7CFCD

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

Shades of Geyser #C7CFCD

Tints of Geyser #C7CFCD

Color information

#C7CFCD (or 0xC7CFCD) is unknown color: approx Geyser. HEX triplet: C7, CF and CD. RGB value is (199,207,205). Sum of RGB (Red+Green+Blue) = 199+207+205=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCD is #383032. Grayscale: #CCCCCC. Windows color (decimal): -3682355 or 13488071. OLE color: 13488071.

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

Color convert

RGB199207205-
CMYK0.0400.010.19
HSL165º7.69%79.61%-
HSV(B)165º3.86%81.18%-
XYZ56.8961.1866.57-
YUV204.38128.35124.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=32.57%
G=33.88%
B=33.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992072050.0400.010.191657.6979.61
HexC7CFCD40113a5850
Octal3073173154012324510120
Binary11000111110011111100110110001100111010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFCD; }

 p { color: rgb(199,207,205); }

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

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

 a { background-color: rgb(199,207,205); }

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

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

 span { border-color: rgb(199,207,205); }

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