#CDADB0

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

Shades of Pink Flare #CDADB0

Tints of Pink Flare #CDADB0

Color information

#CDADB0 (or 0xCDADB0) is unknown color: approx Pink Flare. HEX triplet: CD, AD and B0. RGB value is (205,173,176). Sum of RGB (Red+Green+Blue) = 205+173+176=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADB0 is #32524F. Grayscale: #B6B6B6. Windows color (decimal): -3297872 or 11578829. OLE color: 11578829.

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

Color convert

RGB205173176-
CMYK00.160.140.20
HSL354.38º24.24%74.12%-
HSV(B)354.38º15.61%80.39%-
XYZ47.964647.43-
YUV182.91124.1143.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=37.00%
G=31.23%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517317600.160.140.20354.3824.2474.12
HexCDADB0010E14162184a
Octal315255260020162454230112
Binary110011011010110110110000010000111010100101100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADB0; }

 p { color: rgb(205,173,176); }

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

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

 a { background-color: rgb(205,173,176); }

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

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

 span { border-color: rgb(205,173,176); }

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