#CDBABB

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

Shades of Pink Flare #CDBABB

Tints of Pink Flare #CDBABB

Color information

#CDBABB (or 0xCDBABB) is unknown color: approx Pink Flare. HEX triplet: CD, BA and BB. RGB value is (205,186,187). Sum of RGB (Red+Green+Blue) = 205+186+187=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBABB is #324544. Grayscale: #BFBFBF. Windows color (decimal): -3294533 or 12303053. OLE color: 12303053.

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

Color convert

RGB205186187-
CMYK00.090.090.20
HSL356.84º15.97%76.67%-
HSV(B)356.84º9.27%80.39%-
XYZ51.7151.6854.26-
YUV191.8125.29137.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=35.47%
G=32.18%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518618700.090.090.20356.8415.9776.67
HexCDBABB09914165104d
Octal315272273011112454520115
Binary11001101101110101011101101001100110100101100101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBABB; }

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

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

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

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

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

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

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

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