#C4DCBA

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

Shades of Surf Crest #C4DCBA

Tints of Surf Crest #C4DCBA

Color information

#C4DCBA (or 0xC4DCBA) is unknown color: approx Surf Crest. HEX triplet: C4, DC and BA. RGB value is (196,220,186). Sum of RGB (Red+Green+Blue) = 196+220+186=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCBA is #3B2345. Grayscale: #D1D1D1. Windows color (decimal): -3875654 or 12246212. OLE color: 12246212.

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

Color convert

RGB196220186-
CMYK0.1100.150.14
HSL102.35º32.69%79.61%-
HSV(B)102.35º15.45%86.27%-
XYZ57.2266.4756.27-
YUV208.95115.05118.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.56%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=32.56%
G=36.54%
B=30.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201860.1100.150.14102.3532.6979.61
HexC4DCBAB0FE662150
Octal304334272130171614641120
Binary110001001101110010111010101101111111011001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCBA; }

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

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

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

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

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

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

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

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