#C0CFCC

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

Shades of Geyser #C0CFCC

Tints of Geyser #C0CFCC

Color information

#C0CFCC (or 0xC0CFCC) is unknown color: approx Geyser. HEX triplet: C0, CF and CC. RGB value is (192,207,204). Sum of RGB (Red+Green+Blue) = 192+207+204=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFCC is #3F3033. Grayscale: #CACACA. Windows color (decimal): -4141108 or 13422528. OLE color: 13422528.

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

Color convert

RGB192207204-
CMYK0.0700.010.19
HSL168º13.51%78.24%-
HSV(B)168º7.25%81.18%-
XYZ54.9560.1965.85-
YUV202.17129.03120.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.84%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=31.84%
G=34.33%
B=33.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922072040.0700.010.1916813.5178.24
HexC0CFCC70113a8e4e
Octal3003173147012325016116
Binary11000000110011111100110011101100111010100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CFCC; }

 p { color: rgb(192,207,204); }

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

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

 a { background-color: rgb(192,207,204); }

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

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

 span { border-color: rgb(192,207,204); }

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