#C7DCBA

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

Shades of Surf Crest #C7DCBA

Tints of Surf Crest #C7DCBA

Color information

#C7DCBA (or 0xC7DCBA) is unknown color: approx Surf Crest. HEX triplet: C7, DC and BA. RGB value is (199,220,186). Sum of RGB (Red+Green+Blue) = 199+220+186=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCBA is #382345. Grayscale: #D1D1D1. Windows color (decimal): -3679046 or 12246215. OLE color: 12246215.

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

Color convert

RGB199220186-
CMYK0.1000.150.14
HSL97.06º32.69%79.61%-
HSV(B)97.06º15.45%86.27%-
XYZ58.0166.8756.3-
YUV209.84114.54120.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=32.89%
G=36.36%
B=30.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992201860.1000.150.1497.0632.6979.61
HexC7DCBAA0FE612150
Octal307334272120171614141120
Binary110001111101110010111010101001111111011000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCBA; }

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

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

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

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

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

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

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

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