#C8C1C2

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

Shades of Pink Flare #C8C1C2

Tints of Pink Flare #C8C1C2

Color information

#C8C1C2 (or 0xC8C1C2) is unknown color: approx Pink Flare. HEX triplet: C8, C1 and C2. RGB value is (200,193,194). Sum of RGB (Red+Green+Blue) = 200+193+194=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1C2 is #373E3D. Grayscale: #C3C3C3. Windows color (decimal): -3620414 or 12763592. OLE color: 12763592.

HSL color Cylindrical-coordinate representation of color #C8C1C2: hue angle of 351.43º degrees, saturation: 0.06, 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 #C8C1C2 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB200193194-
CMYK00.040.030.22
HSL351.43º5.98%77.06%-
HSV(B)351.43º3.5%78.43%-
XYZ52.6354.3158.75-
YUV195.21127.32131.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=34.07%
G=32.88%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019319400.040.030.22351.435.9877.06
HexC8C1C20431615f64d
Octal310301302043265376115
Binary110010001100000111000010010011101101010111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C1C2; }

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

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

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

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

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

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

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

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