#CBADB1

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

Shades of Pink Flare #CBADB1

Tints of Pink Flare #CBADB1

Color information

#CBADB1 (or 0xCBADB1) is unknown color: approx Pink Flare. HEX triplet: CB, AD and B1. RGB value is (203,173,177). Sum of RGB (Red+Green+Blue) = 203+173+177=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADB1 is #34524E. Grayscale: #B6B6B6. Windows color (decimal): -3428943 or 11644363. OLE color: 11644363.

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

Color convert

RGB203173177-
CMYK00.150.130.20
HSL352º22.39%73.73%-
HSV(B)352º14.78%79.61%-
XYZ47.5145.7647.92-
YUV182.43124.94142.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=36.71%
G=31.28%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317317700.150.130.2035222.3973.73
HexCBADB10FD14160164a
Octal313255261017152454026112
Binary11001011101011011011000101111110110100101100000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADB1; }

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

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

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

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

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

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

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

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