#C8C0C1

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

Shades of Pink Flare #C8C0C1

Tints of Pink Flare #C8C0C1

Color information

#C8C0C1 (or 0xC8C0C1) is unknown color: approx Pink Flare. HEX triplet: C8, C0 and C1. RGB value is (200,192,193). Sum of RGB (Red+Green+Blue) = 200+192+193=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0C1 is #373F3E. Grayscale: #C2C2C2. Windows color (decimal): -3620671 or 12697800. OLE color: 12697800.

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

Color convert

RGB200192193-
CMYK00.040.040.22
HSL352.5º6.78%76.86%-
HSV(B)352.5º4%78.43%-
XYZ52.2953.8358.09-
YUV194.51127.15131.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=34.19%
G=32.82%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019219300.040.040.22352.56.7876.86
HexC8C0C10441616174d
Octal310300301044265417115
Binary1100100011000000110000010100100101101011000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C0C1; }

 p { color: rgb(200,192,193); }

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

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

 a { background-color: rgb(200,192,193); }

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

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

 span { border-color: rgb(200,192,193); }

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