#CDAAB1

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

Shades of Pink Flare #CDAAB1

Tints of Pink Flare #CDAAB1

Color information

#CDAAB1 (or 0xCDAAB1) is unknown color: approx Pink Flare. HEX triplet: CD, AA and B1. RGB value is (205,170,177). Sum of RGB (Red+Green+Blue) = 205+170+177=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAAB1 is #32554E. Grayscale: #B5B5B5. Windows color (decimal): -3298639 or 11643597. OLE color: 11643597.

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

Color convert

RGB205170177-
CMYK00.170.140.20
HSL348º25.93%73.53%-
HSV(B)348º17.07%80.39%-
XYZ47.4944.947.76-
YUV181.26125.6144.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=37.14%
G=30.80%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517017700.170.140.2034825.9373.53
HexCDAAB1011E1415c1a4a
Octal315252261021162453432112
Binary110011011010101010110001010001111010100101011100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAB1; }

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

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

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

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

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

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

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

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