#C4CFBC

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

Shades of Surf Crest #C4CFBC

Tints of Surf Crest #C4CFBC

Color information

#C4CFBC (or 0xC4CFBC) is unknown color: approx Surf Crest. HEX triplet: C4, CF and BC. RGB value is (196,207,188). Sum of RGB (Red+Green+Blue) = 196+207+188=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFBC is #3B3043. Grayscale: #C9C9C9. Windows color (decimal): -3878980 or 12373956. OLE color: 12373956.

HSL color Cylindrical-coordinate representation of color #C4CFBC: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4CFBC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB196207188-
CMYK0.0500.090.19
HSL94.74º16.52%77.45%-
HSV(B)94.74º9.18%81.18%-
XYZ54.1559.9956.3-
YUV201.54120.36124.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=33.16%
G=35.03%
B=31.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071880.0500.090.1994.7416.5277.45
HexC4CFBC509135f114d
Octal30431727450112313721115
Binary11000100110011111011110010101001100111011111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFBC; }

 p { color: rgb(196,207,188); }

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

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

 a { background-color: rgb(196,207,188); }

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

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

 span { border-color: rgb(196,207,188); }

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