#C2CEBC

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

Shades of Surf Crest #C2CEBC

Tints of Surf Crest #C2CEBC

Color information

#C2CEBC (or 0xC2CEBC) is unknown color: approx Surf Crest. HEX triplet: C2, CE and BC. RGB value is (194,206,188). Sum of RGB (Red+Green+Blue) = 194+206+188=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBC is #3D3143. Grayscale: #C8C8C8. Windows color (decimal): -4010308 or 12373698. OLE color: 12373698.

HSL color Cylindrical-coordinate representation of color #C2CEBC: hue angle of 100º 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 #C2CEBC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB194206188-
CMYK0.0600.090.19
HSL100º15.52%77.25%-
HSV(B)100º8.74%80.78%-
XYZ53.459.2456.2-
YUV200.36121.02123.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=32.99%
G=35.03%
B=31.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061880.0600.090.1910015.5277.25
HexC2CEBC6091364104d
Octal30231627460112314420115
Binary11000010110011101011110011001001100111100100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEBC; }

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

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

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

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

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

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

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

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