#CFBABD

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

Shades of Pink Flare #CFBABD

Tints of Pink Flare #CFBABD

Color information

#CFBABD (or 0xCFBABD) is unknown color: approx Pink Flare. HEX triplet: CF, BA and BD. RGB value is (207,186,189). Sum of RGB (Red+Green+Blue) = 207+186+189=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBABD is #304542. Grayscale: #C0C0C0. Windows color (decimal): -3163459 or 12434127. OLE color: 12434127.

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

Color convert

RGB207186189-
CMYK00.100.090.19
HSL351.43º17.95%77.06%-
HSV(B)351.43º10.14%81.18%-
XYZ52.4852.0655.43-
YUV192.62125.96138.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=35.57%
G=31.96%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718618900.100.090.19351.4317.9577.06
HexCFBABD0A91315f124d
Octal317272275012112353722115
Binary11001111101110101011110101010100110011101011111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBABD; }

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

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

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

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

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

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

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

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