#C0D1B6

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

Shades of Surf Crest #C0D1B6

Tints of Surf Crest #C0D1B6

Color information

#C0D1B6 (or 0xC0D1B6) is unknown color: approx Surf Crest. HEX triplet: C0, D1 and B6. RGB value is (192,209,182). Sum of RGB (Red+Green+Blue) = 192+209+182=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1B6 is #3F2E49. Grayscale: #C8C8C8. Windows color (decimal): -4140618 or 11981248. OLE color: 11981248.

HSL color Cylindrical-coordinate representation of color #C0D1B6: hue angle of 97.78º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D1B6 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB192209182-
CMYK0.0800.130.18
HSL97.78º22.69%76.67%-
HSV(B)97.78º12.92%81.96%-
XYZ52.9860.1853.08-
YUV200.84117.37121.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=32.93%
G=35.85%
B=31.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922091820.0800.130.1897.7822.6976.67
HexC0D1B680D1262174d
Octal300321266100152214227115
Binary110000001101000110110110100001101100101100010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D1B6; }

 p { color: rgb(192,209,182); }

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

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

 a { background-color: rgb(192,209,182); }

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

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

 span { border-color: rgb(192,209,182); }

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