#CFB4B5

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

Shades of Pink Flare #CFB4B5

Tints of Pink Flare #CFB4B5

Color information

#CFB4B5 (or 0xCFB4B5) is unknown color: approx Pink Flare. HEX triplet: CF, B4 and B5. RGB value is (207,180,181). Sum of RGB (Red+Green+Blue) = 207+180+181=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4B5 is #304B4A. Grayscale: #BCBCBC. Windows color (decimal): -3165003 or 11908303. OLE color: 11908303.

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

Color convert

RGB207180181-
CMYK00.130.130.19
HSL357.78º21.95%75.88%-
HSV(B)357.78º13.04%81.18%-
XYZ50.3949.2450.57-
YUV188.19123.95141.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=36.44%
G=31.69%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718018100.130.130.19357.7821.9575.88
HexCFB4B50DD13166164c
Octal317264265015152354626114
Binary11001111101101001011010101101110110011101100110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4B5; }

 p { color: rgb(207,180,181); }

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

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

 a { background-color: rgb(207,180,181); }

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

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

 span { border-color: rgb(207,180,181); }

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