#CFC6C7

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

Shades of Pink Flare #CFC6C7

Tints of Pink Flare #CFC6C7

Color information

#CFC6C7 (or 0xCFC6C7) is unknown color: approx Pink Flare. HEX triplet: CF, C6 and C7. RGB value is (207,198,199). Sum of RGB (Red+Green+Blue) = 207+198+199=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6C7 is #303938. Grayscale: #C8C8C8. Windows color (decimal): -3160377 or 13092559. OLE color: 13092559.

HSL color Cylindrical-coordinate representation of color #CFC6C7: hue angle of 353.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 #CFC6C7 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207198199-
CMYK00.040.040.19
HSL353.33º8.57%79.41%-
HSV(B)353.33º4.35%81.18%-
XYZ56.2457.7862.22-
YUV200.8126.98132.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719819900.040.040.19353.338.5779.41
HexCFC6C70441316194f
Octal3173063070442354111117
Binary11001111110001101100011101001001001110110000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6C7; }

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

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

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

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

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

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

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

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