#C1D7BA

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

Shades of Surf Crest #C1D7BA

Tints of Surf Crest #C1D7BA

Color information

#C1D7BA (or 0xC1D7BA) is unknown color: approx Surf Crest. HEX triplet: C1, D7 and BA. RGB value is (193,215,186). Sum of RGB (Red+Green+Blue) = 193+215+186=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7BA is #3E2845. Grayscale: #CDCDCD. Windows color (decimal): -4073542 or 12244929. OLE color: 12244929.

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

Color convert

RGB193215186-
CMYK0.1000.130.16
HSL105.52º26.61%78.63%-
HSV(B)105.52º13.49%84.31%-
XYZ55.1663.4855.8-
YUV205.12117.21119.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=32.49%
G=36.20%
B=31.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932151860.1000.130.16105.5226.6178.63
HexC1D7BAA0D106a1b4f
Octal301327272120152015233117
Binary110000011101011110111010101001101100001101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D7BA; }

 p { color: rgb(193,215,186); }

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

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

 a { background-color: rgb(193,215,186); }

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

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

 span { border-color: rgb(193,215,186); }

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