#CFB0B2

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

Shades of Pink Flare #CFB0B2

Tints of Pink Flare #CFB0B2

Color information

#CFB0B2 (or 0xCFB0B2) is unknown color: approx Pink Flare. HEX triplet: CF, B0 and B2. RGB value is (207,176,178). Sum of RGB (Red+Green+Blue) = 207+176+178=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0B2 is #304F4D. Grayscale: #B9B9B9. Windows color (decimal): -3166030 or 11710671. OLE color: 11710671.

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

Color convert

RGB207176178-
CMYK00.150.140.19
HSL356.13º24.41%75.1%-
HSV(B)356.13º14.98%81.18%-
XYZ49.2947.5348.7-
YUV185.5123.77143.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 178 (69.92% from 255) = 31.73%
R=36.90%
G=31.37%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717617800.150.140.19356.1324.4175.1
HexCFB0B20FE13164184b
Octal317260262017162354430113
Binary11001111101100001011001001111111010011101100100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0B2; }

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

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

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

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

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

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

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

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