#CDABB4

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

Shades of Pink Flare #CDABB4

Tints of Pink Flare #CDABB4

Color information

#CDABB4 (or 0xCDABB4) is unknown color: approx Pink Flare. HEX triplet: CD, AB and B4. RGB value is (205,171,180). Sum of RGB (Red+Green+Blue) = 205+171+180=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB4 is #32544B. Grayscale: #B6B6B6. Windows color (decimal): -3298380 or 11840461. OLE color: 11840461.

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

Color convert

RGB205171180-
CMYK00.170.120.20
HSL344.12º25.37%73.73%-
HSV(B)344.12º16.59%80.39%-
XYZ47.9845.449.41-
YUV182.19126.76144.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=36.87%
G=30.76%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517118000.170.120.20344.1225.3773.73
HexCDABB4011C14158194a
Octal315253264021142453031112
Binary110011011010101110110100010001110010100101011000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABB4; }

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

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

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

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

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

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

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

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