#C5CFBF

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

Shades of Surf Crest #C5CFBF

Tints of Surf Crest #C5CFBF

Color information

#C5CFBF (or 0xC5CFBF) is unknown color: approx Surf Crest. HEX triplet: C5, CF and BF. RGB value is (197,207,191). Sum of RGB (Red+Green+Blue) = 197+207+191=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFBF is #3A3040. Grayscale: #CACACA. Windows color (decimal): -3813441 or 12570565. OLE color: 12570565.

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

Color convert

RGB197207191-
CMYK0.0500.080.19
HSL97.5º14.29%78.04%-
HSV(B)97.5º7.73%81.18%-
XYZ54.7460.2658.04-
YUV202.19121.69124.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 191 (75% from 255) = 32.10%
R=33.11%
G=34.79%
B=32.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972071910.0500.080.1997.514.2978.04
HexC5CFBF5081361e4e
Octal30531727750102314116116
Binary1100010111001111101111111010100010011110000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFBF; }

 p { color: rgb(197,207,191); }

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

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

 a { background-color: rgb(197,207,191); }

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

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

 span { border-color: rgb(197,207,191); }

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