#C5CFBD

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

Shades of Surf Crest #C5CFBD

Tints of Surf Crest #C5CFBD

Color information

#C5CFBD (or 0xC5CFBD) is unknown color: approx Surf Crest. HEX triplet: C5, CF and BD. RGB value is (197,207,189). Sum of RGB (Red+Green+Blue) = 197+207+189=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFBD is #3A3042. Grayscale: #CACACA. Windows color (decimal): -3813443 or 12439493. OLE color: 12439493.

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

Color convert

RGB197207189-
CMYK0.0500.090.19
HSL93.33º15.79%77.65%-
HSV(B)93.33º8.7%81.18%-
XYZ54.5260.1756.88-
YUV201.96120.69124.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=33.22%
G=34.91%
B=31.87%

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
Decimal1972071890.0500.090.1993.3315.7977.65
HexC5CFBD509135d104e
Octal30531727550112313520116
Binary11000101110011111011110110101001100111011101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFBD; }

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

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

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

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

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

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

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

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