#C6C8C5

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

Shades of Surf Crest #C6C8C5

Tints of Surf Crest #C6C8C5

Color information

#C6C8C5 (or 0xC6C8C5) is unknown color: approx Surf Crest. HEX triplet: C6, C8 and C5. RGB value is (198,200,197). Sum of RGB (Red+Green+Blue) = 198+200+197=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8C5 is #39373A. Grayscale: #C7C7C7. Windows color (decimal): -3749691 or 12961990. OLE color: 12961990.

HSL color Cylindrical-coordinate representation of color #C6C8C5: hue angle of 100º degrees, saturation: 0.03, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C6C8C5 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198200197-
CMYK0.0100.020.22
HSL100º2.65%77.84%-
HSV(B)100º1.5%78.43%-
XYZ54.0257.3561.04-
YUV199.06126.84127.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=33.28%
G=33.61%
B=33.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982001970.0100.020.221002.6577.84
HexC6C8C5102166434e
Octal306310305102261443116
Binary1100011011001000110001011010101101100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C8C5; }

 p { color: rgb(198,200,197); }

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

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

 a { background-color: rgb(198,200,197); }

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

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

 span { border-color: rgb(198,200,197); }

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