#C3DCBC

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

Shades of Surf Crest #C3DCBC

Tints of Surf Crest #C3DCBC

Color information

#C3DCBC (or 0xC3DCBC) is unknown color: approx Surf Crest. HEX triplet: C3, DC and BC. RGB value is (195,220,188). Sum of RGB (Red+Green+Blue) = 195+220+188=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCBC is #3C2343. Grayscale: #D0D0D0. Windows color (decimal): -3941188 or 12377283. OLE color: 12377283.

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

Color convert

RGB195220188-
CMYK0.1100.150.14
HSL106.87º31.37%80%-
HSV(B)106.87º14.55%86.27%-
XYZ57.1866.4257.38-
YUV208.88116.22118.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.34%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=32.34%
G=36.48%
B=31.18%

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
Decimal1952201880.1100.150.14106.8731.3780
HexC3DCBCB0FE6b1f50
Octal303334274130171615337120
Binary11000011110111001011110010110111111101101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCBC; }

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

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

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

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

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

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

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

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