#C0C7BE

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

Shades of Surf Crest #C0C7BE

Tints of Surf Crest #C0C7BE

Color information

#C0C7BE (or 0xC0C7BE) is unknown color: approx Surf Crest. HEX triplet: C0, C7 and BE. RGB value is (192,199,190). Sum of RGB (Red+Green+Blue) = 192+199+190=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7BE is #3F3841. Grayscale: #C3C3C3. Windows color (decimal): -4143170 or 12502976. OLE color: 12502976.

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

Color convert

RGB192199190-
CMYK0.0400.050.22
HSL106.67º7.44%76.27%-
HSV(B)106.67º4.52%78.04%-
XYZ51.4655.7756.77-
YUV195.88124.68125.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 199 (78.12% from 255) = 34.25%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=33.05%
G=34.25%
B=32.70%

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
Decimal1921991900.0400.050.22106.677.4476.27
HexC0C7BE405166b74c
Octal300307276405261537114
Binary11000000110001111011111010001011011011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C7BE; }

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

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

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

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

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

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

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

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