#C1DCBA

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

Shades of Surf Crest #C1DCBA

Tints of Surf Crest #C1DCBA

Color information

#C1DCBA (or 0xC1DCBA) is unknown color: approx Surf Crest. HEX triplet: C1, DC and BA. RGB value is (193,220,186). Sum of RGB (Red+Green+Blue) = 193+220+186=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCBA is #3E2345. Grayscale: #D0D0D0. Windows color (decimal): -4072262 or 12246209. OLE color: 12246209.

HSL color Cylindrical-coordinate representation of color #C1DCBA: hue angle of 107.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1DCBA is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB193220186-
CMYK0.1200.150.14
HSL107.65º32.69%79.61%-
HSV(B)107.65º15.45%86.27%-
XYZ56.4566.0756.23-
YUV208.05115.55117.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.22%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=32.22%
G=36.73%
B=31.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201860.1200.150.14107.6532.6979.61
HexC1DCBAC0FE6c2150
Octal301334272140171615441120
Binary110000011101110010111010110001111111011011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCBA; }

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

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

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

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

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

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

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

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