#C0D0BE

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

Shades of Surf Crest #C0D0BE

Tints of Surf Crest #C0D0BE

Color information

#C0D0BE (or 0xC0D0BE) is unknown color: approx Surf Crest. HEX triplet: C0, D0 and BE. RGB value is (192,208,190). Sum of RGB (Red+Green+Blue) = 192+208+190=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0BE is #3F2F41. Grayscale: #C9C9C9. Windows color (decimal): -4140866 or 12505280. OLE color: 12505280.

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

Color convert

RGB192208190-
CMYK0.0800.090.18
HSL113.33º16.07%78.04%-
HSV(B)113.33º8.65%81.57%-
XYZ53.5960.0457.48-
YUV201.16121.7121.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=32.54%
G=35.25%
B=32.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081900.0800.090.18113.3316.0778.04
HexC0D0BE8091271104e
Octal300320276100112216120116
Binary110000001101000010111110100001001100101110001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D0BE; }

 p { color: rgb(192,208,190); }

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

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

 a { background-color: rgb(192,208,190); }

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

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

 span { border-color: rgb(192,208,190); }

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