#C9CEC8

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

Shades of Surf Crest #C9CEC8

Tints of Surf Crest #C9CEC8

Color information

#C9CEC8 (or 0xC9CEC8) is unknown color: approx Surf Crest. HEX triplet: C9, CE and C8. RGB value is (201,206,200). Sum of RGB (Red+Green+Blue) = 201+206+200=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC8 is #363137. Grayscale: #CBCBCB. Windows color (decimal): -3551544 or 13160137. OLE color: 13160137.

HSL color Cylindrical-coordinate representation of color #C9CEC8: hue angle of 110º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CEC8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB201206200-
CMYK0.0200.030.19
HSL110º5.77%79.61%-
HSV(B)110º2.91%80.78%-
XYZ56.5860.7363.38-
YUV203.82125.84125.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=33.11%
G=33.94%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012062000.0200.030.191105.7779.61
HexC9CEC8203136e650
Octal311316310203231566120
Binary110010011100111011001000100111001111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEC8; }

 p { color: rgb(201,206,200); }

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

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

 a { background-color: rgb(201,206,200); }

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

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

 span { border-color: rgb(201,206,200); }

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