#CDABAE

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

Shades of Pink Flare #CDABAE

Tints of Pink Flare #CDABAE

Color information

#CDABAE (or 0xCDABAE) is unknown color: approx Pink Flare. HEX triplet: CD, AB and AE. RGB value is (205,171,174). Sum of RGB (Red+Green+Blue) = 205+171+174=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDABAE is #325451. Grayscale: #B5B5B5. Windows color (decimal): -3298386 or 11447245. OLE color: 11447245.

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

Color convert

RGB205171174-
CMYK00.170.150.20
HSL354.71º25.37%73.73%-
HSV(B)354.71º16.59%80.39%-
XYZ47.3845.1646.26-
YUV181.51123.76144.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=37.27%
G=31.09%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517117400.170.150.20354.7125.3773.73
HexCDABAE011F14163194a
Octal315253256021172454331112
Binary110011011010101110101110010001111110100101100011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABAE; }

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

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

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

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

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

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

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

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