#C4D0BF

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

Shades of Surf Crest #C4D0BF

Tints of Surf Crest #C4D0BF

Color information

#C4D0BF (or 0xC4D0BF) is unknown color: approx Surf Crest. HEX triplet: C4, D0 and BF. RGB value is (196,208,191). Sum of RGB (Red+Green+Blue) = 196+208+191=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0BF is #3B2F40. Grayscale: #CACACA. Windows color (decimal): -3878721 or 12570820. OLE color: 12570820.

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

Color convert

RGB196208191-
CMYK0.0600.080.18
HSL102.35º15.32%78.24%-
HSV(B)102.35º8.17%81.57%-
XYZ54.7260.6158.1-
YUV202.47121.52123.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.94%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 191 (75% from 255) = 32.10%
R=32.94%
G=34.96%
B=32.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962081910.0600.080.18102.3515.3278.24
HexC4D0BF6081266f4e
Octal30432027760102214617116
Binary1100010011010000101111111100100010010110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D0BF; }

 p { color: rgb(196,208,191); }

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

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

 a { background-color: rgb(196,208,191); }

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

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

 span { border-color: rgb(196,208,191); }

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