#C3D0BE

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

Shades of Surf Crest #C3D0BE

Tints of Surf Crest #C3D0BE

Color information

#C3D0BE (or 0xC3D0BE) is unknown color: approx Surf Crest. HEX triplet: C3, D0 and BE. RGB value is (195,208,190). Sum of RGB (Red+Green+Blue) = 195+208+190=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0BE is #3C2F41. Grayscale: #CACACA. Windows color (decimal): -3944258 or 12505283. OLE color: 12505283.

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

Color convert

RGB195208190-
CMYK0.0600.090.18
HSL103.33º16.07%78.04%-
HSV(B)103.33º8.65%81.57%-
XYZ54.3660.4357.51-
YUV202.06121.19122.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 208 (81.64% from 255) = 35.08%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=32.88%
G=35.08%
B=32.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952081900.0600.090.18103.3316.0778.04
HexC3D0BE6091267104e
Octal30332027660112214720116
Binary11000011110100001011111011001001100101100111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D0BE; }

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

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

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

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

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

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

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

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