#C7CECD

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

Shades of Geyser #C7CECD

Tints of Geyser #C7CECD

Color information

#C7CECD (or 0xC7CECD) is unknown color: approx Geyser. HEX triplet: C7, CE and CD. RGB value is (199,206,205). Sum of RGB (Red+Green+Blue) = 199+206+205=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECD is #383132. Grayscale: #CBCBCB. Windows color (decimal): -3682611 or 13487815. OLE color: 13487815.

HSL color Cylindrical-coordinate representation of color #C7CECD: hue angle of 171.43º 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 #C7CECD is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB199206205-
CMYK0.0300.000.19
HSL171.43º6.67%79.41%-
HSV(B)171.43º3.4%80.78%-
XYZ56.6460.6966.49-
YUV203.79128.68124.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=32.62%
G=33.77%
B=33.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992062050.0300.000.19171.436.6779.41
HexC7CECD30013ab74f
Octal307316315300232537117
Binary110001111100111011001101110010011101010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CECD; }

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

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

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

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

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

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

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

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