#C0CBBE

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

Shades of Surf Crest #C0CBBE

Tints of Surf Crest #C0CBBE

Color information

#C0CBBE (or 0xC0CBBE) is unknown color: approx Surf Crest. HEX triplet: C0, CB and BE. RGB value is (192,203,190). Sum of RGB (Red+Green+Blue) = 192+203+190=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBBE is #3F3441. Grayscale: #C6C6C6. Windows color (decimal): -4142146 or 12504000. OLE color: 12504000.

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

Color convert

RGB192203190-
CMYK0.0500.060.20
HSL110.77º11.11%77.06%-
HSV(B)110.77º6.4%79.61%-
XYZ52.3957.6457.08-
YUV198.23123.36123.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=32.82%
G=34.70%
B=32.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922031900.0500.060.20110.7711.1177.06
HexC0CBBE506146fb4d
Octal3003132765062415713115
Binary110000001100101110111110101011010100110111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBBE; }

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

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

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

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

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

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

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

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