#C1D6BC

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

Shades of Surf Crest #C1D6BC

Tints of Surf Crest #C1D6BC

Color information

#C1D6BC (or 0xC1D6BC) is unknown color: approx Surf Crest. HEX triplet: C1, D6 and BC. RGB value is (193,214,188). Sum of RGB (Red+Green+Blue) = 193+214+188=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D6BC is #3E2943. Grayscale: #CCCCCC. Windows color (decimal): -4073796 or 12375745. OLE color: 12375745.

HSL color Cylindrical-coordinate representation of color #C1D6BC: hue angle of 108.46º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D6BC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB193214188-
CMYK0.1000.120.16
HSL108.46º24.07%78.82%-
HSV(B)108.46º12.15%83.92%-
XYZ55.1263.0656.84-
YUV204.76118.54119.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=32.44%
G=35.97%
B=31.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932141880.1000.120.16108.4624.0778.82
HexC1D6BCA0C106c184f
Octal301326274120142015430117
Binary110000011101011010111100101001100100001101100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D6BC; }

 p { color: rgb(193,214,188); }

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

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

 a { background-color: rgb(193,214,188); }

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

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

 span { border-color: rgb(193,214,188); }

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