#C0C8BE

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

Shades of Surf Crest #C0C8BE

Tints of Surf Crest #C0C8BE

Color information

#C0C8BE (or 0xC0C8BE) is unknown color: approx Surf Crest. HEX triplet: C0, C8 and BE. RGB value is (192,200,190). Sum of RGB (Red+Green+Blue) = 192+200+190=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8BE is #3F3741. Grayscale: #C4C4C4. Windows color (decimal): -4142914 or 12503232. OLE color: 12503232.

HSL color Cylindrical-coordinate representation of color #C0C8BE: hue angle of 108º degrees, saturation: 0.08, 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 #C0C8BE is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB192200190-
CMYK0.0400.050.22
HSL108º8.33%76.47%-
HSV(B)108º5%78.43%-
XYZ51.6956.2356.85-
YUV196.47124.35124.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=32.99%
G=34.36%
B=32.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1922001900.0400.050.221088.3376.47
HexC0C8BE405166c84c
Octal3003102764052615410114
Binary110000001100100010111110100010110110110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C8BE; }

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

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

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

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

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

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

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

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