#C8C7C6

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

Shades of Swirl #C8C7C6

Tints of Swirl #C8C7C6

Color information

#C8C7C6 (or 0xC8C7C6) is unknown color: approx Swirl. HEX triplet: C8, C7 and C6. RGB value is (200,199,198). Sum of RGB (Red+Green+Blue) = 200+199+198=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7C6 is #373839. Grayscale: #C7C7C7. Windows color (decimal): -3618874 or 13027272. OLE color: 13027272.

HSL color Cylindrical-coordinate representation of color #C8C7C6: hue angle of 30º degrees, saturation: 0.02, 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 #C8C7C6 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200199198-
CMYK00.000.010.22
HSL30º1.79%78.04%-
HSV(B)30º1%78.43%-
XYZ54.4457.261.6-
YUV199.18127.33128.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 33.17%
R=33.50%
G=33.33%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019919800.000.010.22301.7978.04
HexC8C7C6001161e24e
Octal31030730600126362116
Binary1100100011000111110001100011011011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C7C6; }

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

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

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

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

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

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

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

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