#C0C6BD

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

Shades of Surf Crest #C0C6BD

Tints of Surf Crest #C0C6BD

Color information

#C0C6BD (or 0xC0C6BD) is unknown color: approx Surf Crest. HEX triplet: C0, C6 and BD. RGB value is (192,198,189). Sum of RGB (Red+Green+Blue) = 192+198+189=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6BD is #3F3942. Grayscale: #C3C3C3. Windows color (decimal): -4143427 or 12437184. OLE color: 12437184.

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

Color convert

RGB192198189-
CMYK0.0300.050.22
HSL100º7.32%75.88%-
HSV(B)100º4.55%77.65%-
XYZ51.1255.2756.12-
YUV195.18124.51125.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=33.16%
G=34.20%
B=32.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981890.0300.050.221007.3275.88
HexC0C6BD305166474c
Octal300306275305261447114
Binary1100000011000110101111011101011011011001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C6BD; }

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

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

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

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

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

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

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

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