#C1CEBA

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

Shades of Surf Crest #C1CEBA

Tints of Surf Crest #C1CEBA

Color information

#C1CEBA (or 0xC1CEBA) is unknown color: approx Surf Crest. HEX triplet: C1, CE and BA. RGB value is (193,206,186). Sum of RGB (Red+Green+Blue) = 193+206+186=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEBA is #3E3145. Grayscale: #C7C7C7. Windows color (decimal): -4075846 or 12242625. OLE color: 12242625.

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

Color convert

RGB193206186-
CMYK0.0600.100.19
HSL99º16.95%76.86%-
HSV(B)99º9.71%80.78%-
XYZ52.9359.0355.06-
YUV199.83120.19123.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=32.99%
G=35.21%
B=31.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932061860.0600.100.199916.9576.86
HexC1CEBA60A1363114d
Octal30131627260122314321115
Binary11000001110011101011101011001010100111100011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CEBA; }

 p { color: rgb(193,206,186); }

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

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

 a { background-color: rgb(193,206,186); }

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

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

 span { border-color: rgb(193,206,186); }

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