#C7CFC6

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

Shades of Surf Crest #C7CFC6

Tints of Surf Crest #C7CFC6

Color information

#C7CFC6 (or 0xC7CFC6) is unknown color: approx Surf Crest. HEX triplet: C7, CF and C6. RGB value is (199,207,198). Sum of RGB (Red+Green+Blue) = 199+207+198=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFC6 is #383039. Grayscale: #CBCBCB. Windows color (decimal): -3682362 or 13029319. OLE color: 13029319.

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

Color convert

RGB199207198-
CMYK0.0400.040.19
HSL113.33º8.57%79.41%-
HSV(B)113.33º4.35%81.18%-
XYZ56.0660.8462.22-
YUV203.58124.85124.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=32.95%
G=34.27%
B=32.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071980.0400.040.19113.338.5779.41
HexC7CFC6404137194f
Octal3073173064042316111117
Binary110001111100111111000110100010010011111000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFC6; }

 p { color: rgb(199,207,198); }

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

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

 a { background-color: rgb(199,207,198); }

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

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

 span { border-color: rgb(199,207,198); }

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