#C3D2BA

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

Shades of Surf Crest #C3D2BA

Tints of Surf Crest #C3D2BA

Color information

#C3D2BA (or 0xC3D2BA) is unknown color: approx Surf Crest. HEX triplet: C3, D2 and BA. RGB value is (195,210,186). Sum of RGB (Red+Green+Blue) = 195+210+186=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2BA is #3C2D45. Grayscale: #CACACA. Windows color (decimal): -3943750 or 12243651. OLE color: 12243651.

HSL color Cylindrical-coordinate representation of color #C3D2BA: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3D2BA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB195210186-
CMYK0.0700.110.18
HSL97.5º21.05%77.65%-
HSV(B)97.5º11.43%82.35%-
XYZ54.4261.2455.41-
YUV202.78118.53122.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.99%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=32.99%
G=35.53%
B=31.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952101860.0700.110.1897.521.0577.65
HexC3D2BA70B1261154e
Octal30332227270132214125116
Binary11000011110100101011101011101011100101100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2BA; }

 p { color: rgb(195,210,186); }

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

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

 a { background-color: rgb(195,210,186); }

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

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

 span { border-color: rgb(195,210,186); }

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