#C5CEC4

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

Shades of Surf Crest #C5CEC4

Tints of Surf Crest #C5CEC4

Color information

#C5CEC4 (or 0xC5CEC4) is unknown color: approx Surf Crest. HEX triplet: C5, CE and C4. RGB value is (197,206,196). Sum of RGB (Red+Green+Blue) = 197+206+196=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEC4 is #3A313B. Grayscale: #CACACA. Windows color (decimal): -3813692 or 12897989. OLE color: 12897989.

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

Color convert

RGB197206196-
CMYK0.0400.050.19
HSL114º9.26%78.82%-
HSV(B)114º4.85%80.78%-
XYZ55.066060.9-
YUV202.17124.52124.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.89%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 196 (76.95% from 255) = 32.72%
R=32.89%
G=34.39%
B=32.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061960.0400.050.191149.2678.82
HexC5CEC4405137294f
Octal3053163044052316211117
Binary110001011100111011000100100010110011111001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEC4; }

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

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

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

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

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

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

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

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