#CDABB2

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

Shades of Pink Flare #CDABB2

Tints of Pink Flare #CDABB2

Color information

#CDABB2 (or 0xCDABB2) is unknown color: approx Pink Flare. HEX triplet: CD, AB and B2. RGB value is (205,171,178). Sum of RGB (Red+Green+Blue) = 205+171+178=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDABB2 is #32544D. Grayscale: #B5B5B5. Windows color (decimal): -3298382 or 11709389. OLE color: 11709389.

HSL color Cylindrical-coordinate representation of color #CDABB2: hue angle of 347.65º degrees, saturation: 0.25, 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 #CDABB2 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB205171178-
CMYK00.170.130.20
HSL347.65º25.37%73.73%-
HSV(B)347.65º16.59%80.39%-
XYZ47.7845.3248.35-
YUV181.96125.76144.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=37.00%
G=30.87%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517117800.170.130.20347.6525.3773.73
HexCDABB2011D1415c194a
Octal315253262021152453431112
Binary110011011010101110110010010001110110100101011100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABB2; }

 p { color: rgb(205,171,178); }

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

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

 a { background-color: rgb(205,171,178); }

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

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

 span { border-color: rgb(205,171,178); }

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