#C8CDCC

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

Shades of Geyser #C8CDCC

Tints of Geyser #C8CDCC

Color information

#C8CDCC (or 0xC8CDCC) is unknown color: approx Geyser. HEX triplet: C8, CD and CC. RGB value is (200,205,204). Sum of RGB (Red+Green+Blue) = 200+205+204=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDCC is #373233. Grayscale: #CBCBCB. Windows color (decimal): -3617332 or 13422024. OLE color: 13422024.

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

Color convert

RGB200205204-
CMYK0.0200.000.20
HSL168º4.76%79.41%-
HSV(B)168º2.44%80.39%-
XYZ56.5560.365.79-
YUV203.39128.34125.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=32.84%
G=33.66%
B=33.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002052040.0200.000.201684.7679.41
HexC8CDCC20014a854f
Octal310315314200242505117
Binary110010001100110111001100100010100101010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDCC; }

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

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

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

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

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

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

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

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