#C0CABE

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

Shades of Surf Crest #C0CABE

Tints of Surf Crest #C0CABE

Color information

#C0CABE (or 0xC0CABE) is unknown color: approx Surf Crest. HEX triplet: C0, CA and BE. RGB value is (192,202,190). Sum of RGB (Red+Green+Blue) = 192+202+190=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABE is #3F3541. Grayscale: #C5C5C5. Windows color (decimal): -4142402 or 12503744. OLE color: 12503744.

HSL color Cylindrical-coordinate representation of color #C0CABE: hue angle of 110º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CABE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB192202190-
CMYK0.0500.060.21
HSL110º10.17%76.86%-
HSV(B)110º5.94%79.22%-
XYZ52.1557.1757-
YUV197.64123.69123.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=32.88%
G=34.59%
B=32.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021900.0500.060.2111010.1776.86
HexC0CABE506156ea4d
Octal3003122765062515612115
Binary110000001100101010111110101011010101110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CABE; }

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

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

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

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

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

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

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

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