#CBABB2

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

Shades of Pink Flare #CBABB2

Tints of Pink Flare #CBABB2

Color information

#CBABB2 (or 0xCBABB2) is unknown color: approx Pink Flare. HEX triplet: CB, AB and B2. RGB value is (203,171,178). Sum of RGB (Red+Green+Blue) = 203+171+178=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABB2 is #34544D. Grayscale: #B5B5B5. Windows color (decimal): -3429454 or 11709387. OLE color: 11709387.

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

Color convert

RGB203171178-
CMYK00.160.120.20
HSL346.88º23.53%73.33%-
HSV(B)346.88º15.76%79.61%-
XYZ47.2345.0448.32-
YUV181.37126.1143.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=36.78%
G=30.98%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317117800.160.120.20346.8823.5373.33
HexCBABB2010C1415b1849
Octal313253262020142453330111
Binary110010111010101110110010010000110010100101011011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABB2; }

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

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

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

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

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

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

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

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