#C4DCBC

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

Shades of Surf Crest #C4DCBC

Tints of Surf Crest #C4DCBC

Color information

#C4DCBC (or 0xC4DCBC) is unknown color: approx Surf Crest. HEX triplet: C4, DC and BC. RGB value is (196,220,188). Sum of RGB (Red+Green+Blue) = 196+220+188=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCBC is #3B2343. Grayscale: #D1D1D1. Windows color (decimal): -3875652 or 12377284. OLE color: 12377284.

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

Color convert

RGB196220188-
CMYK0.1100.150.14
HSL105º31.37%80%-
HSV(B)105º14.55%86.27%-
XYZ57.4466.5557.4-
YUV209.18116.05118.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=32.45%
G=36.42%
B=31.13%

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
Decimal1962201880.1100.150.1410531.3780
HexC4DCBCB0FE691f50
Octal304334274130171615137120
Binary11000100110111001011110010110111111101101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCBC; }

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

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

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

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

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

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

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

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