#C2D7BA

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

Shades of Surf Crest #C2D7BA

Tints of Surf Crest #C2D7BA

Color information

#C2D7BA (or 0xC2D7BA) is unknown color: approx Surf Crest. HEX triplet: C2, D7 and BA. RGB value is (194,215,186). Sum of RGB (Red+Green+Blue) = 194+215+186=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7BA is #3D2845. Grayscale: #CDCDCD. Windows color (decimal): -4008006 or 12244930. OLE color: 12244930.

HSL color Cylindrical-coordinate representation of color #C2D7BA: hue angle of 103.45º 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 #C2D7BA is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB194215186-
CMYK0.1000.130.16
HSL103.45º26.61%78.63%-
HSV(B)103.45º13.49%84.31%-
XYZ55.4163.6255.81-
YUV205.42117.04119.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 215 (84.38% from 255) = 36.13%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=32.61%
G=36.13%
B=31.26%

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
Decimal1942151860.1000.130.16103.4526.6178.63
HexC2D7BAA0D10671b4f
Octal302327272120152014733117
Binary110000101101011110111010101001101100001100111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D7BA; }

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

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

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

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

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

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

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

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