#CDB1B4

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

Shades of Pink Flare #CDB1B4

Tints of Pink Flare #CDB1B4

Color information

#CDB1B4 (or 0xCDB1B4) is unknown color: approx Pink Flare. HEX triplet: CD, B1 and B4. RGB value is (205,177,180). Sum of RGB (Red+Green+Blue) = 205+177+180=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1B4 is #324E4B. Grayscale: #B9B9B9. Windows color (decimal): -3296844 or 11841997. OLE color: 11841997.

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

Color convert

RGB205177180-
CMYK00.140.120.20
HSL353.57º21.88%74.9%-
HSV(B)353.57º13.66%80.39%-
XYZ49.1447.7249.8-
YUV185.71124.78141.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=36.48%
G=31.49%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517718000.140.120.20353.5721.8874.9
HexCDB1B40EC14162164b
Octal315261264016142454226113
Binary11001101101100011011010001110110010100101100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1B4; }

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

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

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

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

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

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

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

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