#C3D0BA

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

Shades of Surf Crest #C3D0BA

Tints of Surf Crest #C3D0BA

Color information

#C3D0BA (or 0xC3D0BA) is unknown color: approx Surf Crest. HEX triplet: C3, D0 and BA. RGB value is (195,208,186). Sum of RGB (Red+Green+Blue) = 195+208+186=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0BA is #3C2F45. Grayscale: #C9C9C9. Windows color (decimal): -3944262 or 12243139. OLE color: 12243139.

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

Color convert

RGB195208186-
CMYK0.0600.110.18
HSL95.45º18.97%77.25%-
HSV(B)95.45º10.58%81.57%-
XYZ53.9260.2655.24-
YUV201.6119.19123.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=33.11%
G=35.31%
B=31.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952081860.0600.110.1895.4518.9777.25
HexC3D0BA60B125f134d
Octal30332027260132213723115
Binary11000011110100001011101011001011100101011111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D0BA; }

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

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

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

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

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

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

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

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