#CBABAD

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

Shades of Pink Flare #CBABAD

Tints of Pink Flare #CBABAD

Color information

#CBABAD (or 0xCBABAD) is unknown color: approx Pink Flare. HEX triplet: CB, AB and AD. RGB value is (203,171,173). Sum of RGB (Red+Green+Blue) = 203+171+173=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAD is #345452. Grayscale: #B4B4B4. Windows color (decimal): -3429459 or 11381707. OLE color: 11381707.

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

Color convert

RGB203171173-
CMYK00.160.150.20
HSL356.25º23.53%73.33%-
HSV(B)356.25º15.76%79.61%-
XYZ46.7344.8445.73-
YUV180.8123.6143.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=37.11%
G=31.26%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317117300.160.150.20356.2523.5373.33
HexCBABAD010F141641849
Octal313253255020172454430111
Binary110010111010101110101101010000111110100101100100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABAD; }

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

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

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

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

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

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

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

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