#CBAFB2

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

Shades of Pink Flare #CBAFB2

Tints of Pink Flare #CBAFB2

Color information

#CBAFB2 (or 0xCBAFB2) is unknown color: approx Pink Flare. HEX triplet: CB, AF and B2. RGB value is (203,175,178). Sum of RGB (Red+Green+Blue) = 203+175+178=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFB2 is #34504D. Grayscale: #B7B7B7. Windows color (decimal): -3428430 or 11710411. OLE color: 11710411.

HSL color Cylindrical-coordinate representation of color #CBAFB2: hue angle of 353.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFB2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203175178-
CMYK00.140.120.20
HSL353.57º21.21%74.12%-
HSV(B)353.57º13.79%79.61%-
XYZ47.9946.5748.58-
YUV183.71124.78141.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=36.51%
G=31.47%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317517800.140.120.20353.5721.2174.12
HexCBAFB20EC14162154a
Octal313257262016142454225112
Binary11001011101011111011001001110110010100101100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFB2; }

 p { color: rgb(203,175,178); }

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

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

 a { background-color: rgb(203,175,178); }

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

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

 span { border-color: rgb(203,175,178); }

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