#CFBCBD

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

Shades of Pink Flare #CFBCBD

Tints of Pink Flare #CFBCBD

Color information

#CFBCBD (or 0xCFBCBD) is unknown color: approx Pink Flare. HEX triplet: CF, BC and BD. RGB value is (207,188,189). Sum of RGB (Red+Green+Blue) = 207+188+189=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCBD is #304342. Grayscale: #C1C1C1. Windows color (decimal): -3162947 or 12434639. OLE color: 12434639.

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

Color convert

RGB207188189-
CMYK00.090.090.19
HSL356.84º16.52%77.45%-
HSV(B)356.84º9.18%81.18%-
XYZ52.952.9155.57-
YUV193.8125.29137.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=35.45%
G=32.19%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718818900.090.090.19356.8416.5277.45
HexCFBCBD09913165114d
Octal317274275011112354521115
Binary11001111101111001011110101001100110011101100101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCBD; }

 p { color: rgb(207,188,189); }

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

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

 a { background-color: rgb(207,188,189); }

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

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

 span { border-color: rgb(207,188,189); }

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