#C6CDCC

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

Shades of Geyser #C6CDCC

Tints of Geyser #C6CDCC

Color information

#C6CDCC (or 0xC6CDCC) is unknown color: approx Geyser. HEX triplet: C6, CD and CC. RGB value is (198,205,204). Sum of RGB (Red+Green+Blue) = 198+205+204=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDCC is #393233. Grayscale: #CACACA. Windows color (decimal): -3748404 or 13422022. OLE color: 13422022.

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

Color convert

RGB198205204-
CMYK0.0300.000.20
HSL171.43º6.54%79.02%-
HSV(B)171.43º3.41%80.39%-
XYZ56.0260.0365.76-
YUV202.79128.68124.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.62%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 204 (80.08% 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.20
SystemRedGreenBlueCMYKHSL
Decimal1982052040.0300.000.20171.436.5479.02
HexC6CDCC30014ab74f
Octal306315314300242537117
Binary110001101100110111001100110010100101010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CDCC; }

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

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

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

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

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

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

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

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