#C0CEBE

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

Shades of Surf Crest #C0CEBE

Tints of Surf Crest #C0CEBE

Color information

#C0CEBE (or 0xC0CEBE) is unknown color: approx Surf Crest. HEX triplet: C0, CE and BE. RGB value is (192,206,190). Sum of RGB (Red+Green+Blue) = 192+206+190=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEBE is #3F3141. Grayscale: #C8C8C8. Windows color (decimal): -4141378 or 12504768. OLE color: 12504768.

HSL color Cylindrical-coordinate representation of color #C0CEBE: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CEBE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB192206190-
CMYK0.0700.080.19
HSL112.5º14.04%77.65%-
HSV(B)112.5º7.77%80.78%-
XYZ53.159.0757.32-
YUV199.99122.36122.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=32.65%
G=35.03%
B=32.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061900.0700.080.19112.514.0477.65
HexC0CEBE7081370e4e
Octal30031627670102316016116
Binary1100000011001110101111101110100010011111000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEBE; }

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

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

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

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

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

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

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

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