#C4D0BA

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

Shades of Surf Crest #C4D0BA

Tints of Surf Crest #C4D0BA

Color information

#C4D0BA (or 0xC4D0BA) is unknown color: approx Surf Crest. HEX triplet: C4, D0 and BA. RGB value is (196,208,186). Sum of RGB (Red+Green+Blue) = 196+208+186=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0BA is #3B2F45. Grayscale: #C9C9C9. Windows color (decimal): -3878726 or 12243140. OLE color: 12243140.

HSL color Cylindrical-coordinate representation of color #C4D0BA: hue angle of 92.73º 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 #C4D0BA is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB196208186-
CMYK0.0600.110.18
HSL92.73º18.97%77.25%-
HSV(B)92.73º10.58%81.57%-
XYZ54.1860.3955.26-
YUV201.9119.02123.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=33.22%
G=35.25%
B=31.53%

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
Decimal1962081860.0600.110.1892.7318.9777.25
HexC4D0BA60B125d134d
Octal30432027260132213523115
Binary11000100110100001011101011001011100101011101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D0BA; }

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

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

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

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

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

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

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

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