#CBADB5

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

Shades of Pink Flare #CBADB5

Tints of Pink Flare #CBADB5

Color information

#CBADB5 (or 0xCBADB5) is unknown color: approx Pink Flare. HEX triplet: CB, AD and B5. RGB value is (203,173,181). Sum of RGB (Red+Green+Blue) = 203+173+181=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB5 is #34524A. Grayscale: #B6B6B6. Windows color (decimal): -3428939 or 11906507. OLE color: 11906507.

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

Color convert

RGB203173181-
CMYK00.150.110.20
HSL344º22.39%73.73%-
HSV(B)344º14.78%79.61%-
XYZ47.9145.9250.05-
YUV182.88126.94142.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=36.45%
G=31.06%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317318100.150.110.2034422.3973.73
HexCBADB50FB14158164a
Octal313255265017132453026112
Binary11001011101011011011010101111101110100101011000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADB5; }

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

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

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

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

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

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

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

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