#C6DCBA

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

Shades of Surf Crest #C6DCBA

Tints of Surf Crest #C6DCBA

Color information

#C6DCBA (or 0xC6DCBA) is unknown color: approx Surf Crest. HEX triplet: C6, DC and BA. RGB value is (198,220,186). Sum of RGB (Red+Green+Blue) = 198+220+186=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCBA is #392345. Grayscale: #D1D1D1. Windows color (decimal): -3744582 or 12246214. OLE color: 12246214.

HSL color Cylindrical-coordinate representation of color #C6DCBA: hue angle of 98.82º 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 #C6DCBA is Cyan = 0.1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB198220186-
CMYK0.100.150.14
HSL98.82º32.69%79.61%-
HSV(B)98.82º15.45%86.27%-
XYZ57.7466.7456.29-
YUV209.55114.71119.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=32.78%
G=36.42%
B=30.79%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201860.100.150.1498.8232.6979.61
HexC6DCBAA0FE632150
Octal306334272120171614341120
Binary110001101101110010111010101001111111011000111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCBA; }

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

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

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

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

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

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

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

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