#C5CEC0

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

Shades of Surf Crest #C5CEC0

Tints of Surf Crest #C5CEC0

Color information

#C5CEC0 (or 0xC5CEC0) is unknown color: approx Surf Crest. HEX triplet: C5, CE and C0. RGB value is (197,206,192). Sum of RGB (Red+Green+Blue) = 197+206+192=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEC0 is #3A313F. Grayscale: #C9C9C9. Windows color (decimal): -3813696 or 12635845. OLE color: 12635845.

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

Color convert

RGB197206192-
CMYK0.0400.070.19
HSL98.57º12.5%78.04%-
HSV(B)98.57º6.8%80.78%-
XYZ54.6159.8258.54-
YUV201.71122.52124.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=33.11%
G=34.62%
B=32.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061920.0400.070.1998.5712.578.04
HexC5CEC04071363d4e
Octal3053163004072314315116
Binary110001011100111011000000100011110011110001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEC0; }

 p { color: rgb(197,206,192); }

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

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

 a { background-color: rgb(197,206,192); }

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

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

 span { border-color: rgb(197,206,192); }

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