#CDB4B6

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

Shades of Pink Flare #CDB4B6

Tints of Pink Flare #CDB4B6

Color information

#CDB4B6 (or 0xCDB4B6) is unknown color: approx Pink Flare. HEX triplet: CD, B4 and B6. RGB value is (205,180,182). Sum of RGB (Red+Green+Blue) = 205+180+182=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4B6 is #324B49. Grayscale: #BBBBBB. Windows color (decimal): -3296074 or 11973837. OLE color: 11973837.

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

Color convert

RGB205180182-
CMYK00.120.110.20
HSL355.2º20%75.49%-
HSV(B)355.2º12.2%80.39%-
XYZ49.944951.08-
YUV187.7124.78140.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=36.16%
G=31.75%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518018200.120.110.20355.22075.49
HexCDB4B60CB14163144b
Octal315264266014132454324113
Binary11001101101101001011011001100101110100101100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4B6; }

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

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

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

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

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

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

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

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