#CDA9B1

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

Shades of Pink Flare #CDA9B1

Tints of Pink Flare #CDA9B1

Color information

#CDA9B1 (or 0xCDA9B1) is unknown color: approx Pink Flare. HEX triplet: CD, A9 and B1. RGB value is (205,169,177). Sum of RGB (Red+Green+Blue) = 205+169+177=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA9B1 is #32564E. Grayscale: #B4B4B4. Windows color (decimal): -3298895 or 11643341. OLE color: 11643341.

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

Color convert

RGB205169177-
CMYK00.180.140.20
HSL346.67º26.47%73.33%-
HSV(B)346.67º17.56%80.39%-
XYZ47.344.5347.7-
YUV180.68125.93145.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=37.21%
G=30.67%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516917700.180.140.20346.6726.4773.33
HexCDA9B1012E1415b1a49
Octal315251261022162453332111
Binary110011011010100110110001010010111010100101011011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9B1; }

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

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

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

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

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

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

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

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