#C8CAC7

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

Shades of Surf Crest #C8CAC7

Tints of Surf Crest #C8CAC7

Color information

#C8CAC7 (or 0xC8CAC7) is unknown color: approx Surf Crest. HEX triplet: C8, CA and C7. RGB value is (200,202,199). Sum of RGB (Red+Green+Blue) = 200+202+199=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC7 is #373538. Grayscale: #C9C9C9. Windows color (decimal): -3618105 or 13093576. OLE color: 13093576.

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

Color convert

RGB200202199-
CMYK0.0100.010.21
HSL100º2.75%78.63%-
HSV(B)100º1.49%79.22%-
XYZ55.2558.6462.44-
YUV201.06126.84127.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 199 (78.12% 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.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021990.0100.010.211002.7578.63
HexC8CAC7101156434f
Octal310312307101251443117
Binary110010001100101011000111101101011100100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CAC7; }

 p { color: rgb(200,202,199); }

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

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

 a { background-color: rgb(200,202,199); }

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

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

 span { border-color: rgb(200,202,199); }

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