#C0CEBC

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

Shades of Surf Crest #C0CEBC

Tints of Surf Crest #C0CEBC

Color information

#C0CEBC (or 0xC0CEBC) is unknown color: approx Surf Crest. HEX triplet: C0, CE and BC. RGB value is (192,206,188). Sum of RGB (Red+Green+Blue) = 192+206+188=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEBC is #3F3143. Grayscale: #C7C7C7. Windows color (decimal): -4141380 or 12373696. OLE color: 12373696.

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

Color convert

RGB192206188-
CMYK0.0700.090.19
HSL106.67º15.52%77.25%-
HSV(B)106.67º8.74%80.78%-
XYZ52.8958.9856.17-
YUV199.76121.36122.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=32.76%
G=35.15%
B=32.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061880.0700.090.19106.6715.5277.25
HexC0CEBC709136b104d
Octal30031627470112315320115
Binary11000000110011101011110011101001100111101011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEBC; }

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

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

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

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

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

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

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

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