#CDB7BB

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

Shades of Pink Flare #CDB7BB

Tints of Pink Flare #CDB7BB

Color information

#CDB7BB (or 0xCDB7BB) is unknown color: approx Pink Flare. HEX triplet: CD, B7 and BB. RGB value is (205,183,187). Sum of RGB (Red+Green+Blue) = 205+183+187=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7BB is #324844. Grayscale: #BEBEBE. Windows color (decimal): -3295301 or 12302285. OLE color: 12302285.

HSL color Cylindrical-coordinate representation of color #CDB7BB: hue angle of 349.09º degrees, saturation: 0.18, 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 #CDB7BB is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205183187-
CMYK00.110.090.20
HSL349.09º18.03%76.08%-
HSV(B)349.09º10.73%80.39%-
XYZ51.0850.4354.06-
YUV190.03126.29138.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 183 (71.88% from 255) = 31.83%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=35.65%
G=31.83%
B=32.52%

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
Decimal20518318700.110.090.20349.0918.0376.08
HexCDB7BB0B91415d124c
Octal315267273013112453522114
Binary11001101101101111011101101011100110100101011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7BB; }

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

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

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

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

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

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

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

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