#C7CDCC

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

Shades of Geyser #C7CDCC

Tints of Geyser #C7CDCC

Color information

#C7CDCC (or 0xC7CDCC) is unknown color: approx Geyser. HEX triplet: C7, CD and CC. RGB value is (199,205,204). Sum of RGB (Red+Green+Blue) = 199+205+204=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDCC is #383233. Grayscale: #CBCBCB. Windows color (decimal): -3682868 or 13422023. OLE color: 13422023.

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

Color convert

RGB199205204-
CMYK0.0300.000.20
HSL170º5.66%79.22%-
HSV(B)170º2.93%80.39%-
XYZ56.2860.1665.77-
YUV203.09128.51125.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.73%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=32.73%
G=33.72%
B=33.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992052040.0300.000.201705.6679.22
HexC7CDCC30014aa64f
Octal307315314300242526117
Binary110001111100110111001100110010100101010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDCC; }

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

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

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

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

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

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

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

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