#C2CEBE

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

Shades of Surf Crest #C2CEBE

Tints of Surf Crest #C2CEBE

Color information

#C2CEBE (or 0xC2CEBE) is unknown color: approx Surf Crest. HEX triplet: C2, CE and BE. RGB value is (194,206,190). Sum of RGB (Red+Green+Blue) = 194+206+190=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBE is #3D3141. Grayscale: #C8C8C8. Windows color (decimal): -4010306 or 12504770. OLE color: 12504770.

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

Color convert

RGB194206190-
CMYK0.0600.080.19
HSL105º14.04%77.65%-
HSV(B)105º7.77%80.78%-
XYZ53.6159.3357.34-
YUV200.59122.02123.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=32.88%
G=34.92%
B=32.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061900.0600.080.1910514.0477.65
HexC2CEBE6081369e4e
Octal30231627660102315116116
Binary1100001011001110101111101100100010011110100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEBE; }

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

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

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

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

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

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

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

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