#CDB5BA

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

Shades of Pink Flare #CDB5BA

Tints of Pink Flare #CDB5BA

Color information

#CDB5BA (or 0xCDB5BA) is unknown color: approx Pink Flare. HEX triplet: CD, B5 and BA. RGB value is (205,181,186). Sum of RGB (Red+Green+Blue) = 205+181+186=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5BA is #324A45. Grayscale: #BCBCBC. Windows color (decimal): -3295814 or 12236237. OLE color: 12236237.

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

Color convert

RGB205181186-
CMYK00.120.090.20
HSL347.5º19.35%75.69%-
HSV(B)347.5º11.71%80.39%-
XYZ50.5649.5753.36-
YUV188.75126.45139.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=35.84%
G=31.64%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518118600.120.090.20347.519.3575.69
HexCDB5BA0C91415c134c
Octal315265272014112453423114
Binary11001101101101011011101001100100110100101011100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5BA; }

 p { color: rgb(205,181,186); }

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

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

 a { background-color: rgb(205,181,186); }

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

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

 span { border-color: rgb(205,181,186); }

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