#C0C6BF

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

Shades of Surf Crest #C0C6BF

Tints of Surf Crest #C0C6BF

Color information

#C0C6BF (or 0xC0C6BF) is unknown color: approx Surf Crest. HEX triplet: C0, C6 and BF. RGB value is (192,198,191). Sum of RGB (Red+Green+Blue) = 192+198+191=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6BF is #3F3940. Grayscale: #C3C3C3. Windows color (decimal): -4143425 or 12568256. OLE color: 12568256.

HSL color Cylindrical-coordinate representation of color #C0C6BF: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0C6BF is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB192198191-
CMYK0.0300.040.22
HSL111.43º5.79%76.27%-
HSV(B)111.43º3.54%77.65%-
XYZ51.3455.3657.27-
YUV195.41125.51125.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 191 (75% from 255) = 32.87%
R=33.05%
G=34.08%
B=32.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981910.0300.040.22111.435.7976.27
HexC0C6BF304166f64c
Octal300306277304261576114
Binary1100000011000110101111111101001011011011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C6BF; }

 p { color: rgb(192,198,191); }

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

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

 a { background-color: rgb(192,198,191); }

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

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

 span { border-color: rgb(192,198,191); }

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