#CEC1C2

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

Shades of Pink Flare #CEC1C2

Tints of Pink Flare #CEC1C2

Color information

#CEC1C2 (or 0xCEC1C2) is unknown color: approx Pink Flare. HEX triplet: CE, C1 and C2. RGB value is (206,193,194). Sum of RGB (Red+Green+Blue) = 206+193+194=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1C2 is #313E3D. Grayscale: #C5C5C5. Windows color (decimal): -3227198 or 12763598. OLE color: 12763598.

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

Color convert

RGB206193194-
CMYK00.060.060.19
HSL355.38º11.71%78.24%-
HSV(B)355.38º6.31%80.78%-
XYZ54.2655.1658.83-
YUV197126.31134.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 193 (75.78% from 255) = 32.55%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=34.74%
G=32.55%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619319400.060.060.19355.3811.7178.24
HexCEC1C206613163c4e
Octal3163013020662354314116
Binary11001110110000011100001001101101001110110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1C2; }

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

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

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

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

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

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

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

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