#CDB6BB

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

Shades of Pink Flare #CDB6BB

Tints of Pink Flare #CDB6BB

Color information

#CDB6BB (or 0xCDB6BB) is unknown color: approx Pink Flare. HEX triplet: CD, B6 and BB. RGB value is (205,182,187). Sum of RGB (Red+Green+Blue) = 205+182+187=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6BB is #324944. Grayscale: #BDBDBD. Windows color (decimal): -3295557 or 12302029. OLE color: 12302029.

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

Color convert

RGB205182187-
CMYK00.110.090.20
HSL346.96º18.7%75.88%-
HSV(B)346.96º11.22%80.39%-
XYZ50.8750.0253.99-
YUV189.45126.62139.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=35.71%
G=31.71%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518218700.110.090.20346.9618.775.88
HexCDB6BB0B91415b134c
Octal315266273013112453323114
Binary11001101101101101011101101011100110100101011011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6BB; }

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

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

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

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

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

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

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

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