#C2CEBD

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

Shades of Surf Crest #C2CEBD

Tints of Surf Crest #C2CEBD

Color information

#C2CEBD (or 0xC2CEBD) is unknown color: approx Surf Crest. HEX triplet: C2, CE and BD. RGB value is (194,206,189). Sum of RGB (Red+Green+Blue) = 194+206+189=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBD is #3D3142. Grayscale: #C8C8C8. Windows color (decimal): -4010307 or 12439234. OLE color: 12439234.

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

Color convert

RGB194206189-
CMYK0.0600.080.19
HSL102.35º14.78%77.45%-
HSV(B)102.35º8.25%80.78%-
XYZ53.559.2956.77-
YUV200.47121.52123.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=32.94%
G=34.97%
B=32.09%

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
Decimal1942061890.0600.080.19102.3514.7877.45
HexC2CEBD6081366f4d
Octal30231627560102314617115
Binary1100001011001110101111011100100010011110011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEBD; }

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

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

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

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

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

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

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

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