#CFB0B6

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

Shades of Pink Flare #CFB0B6

Tints of Pink Flare #CFB0B6

Color information

#CFB0B6 (or 0xCFB0B6) is unknown color: approx Pink Flare. HEX triplet: CF, B0 and B6. RGB value is (207,176,182). Sum of RGB (Red+Green+Blue) = 207+176+182=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B6 is #304F49. Grayscale: #B9B9B9. Windows color (decimal): -3166026 or 11972815. OLE color: 11972815.

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

Color convert

RGB207176182-
CMYK00.150.120.19
HSL348.39º24.41%75.1%-
HSV(B)348.39º14.98%81.18%-
XYZ49.747.6950.84-
YUV185.95125.77143.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=36.64%
G=31.15%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717618200.150.120.19348.3924.4175.1
HexCFB0B60FC1315c184b
Octal317260266017142353430113
Binary11001111101100001011011001111110010011101011100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0B6; }

 p { color: rgb(207,176,182); }

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

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

 a { background-color: rgb(207,176,182); }

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

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

 span { border-color: rgb(207,176,182); }

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