#CDAFB0

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

Shades of Pink Flare #CDAFB0

Tints of Pink Flare #CDAFB0

Color information

#CDAFB0 (or 0xCDAFB0) is unknown color: approx Pink Flare. HEX triplet: CD, AF and B0. RGB value is (205,175,176). Sum of RGB (Red+Green+Blue) = 205+175+176=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAFB0 is #32504F. Grayscale: #B8B8B8. Windows color (decimal): -3297360 or 11579341. OLE color: 11579341.

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

Color convert

RGB205175176-
CMYK00.150.140.20
HSL358º23.08%74.51%-
HSV(B)358º14.63%80.39%-
XYZ48.3446.7747.55-
YUV184.08123.44142.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=36.87%
G=31.47%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517517600.150.140.2035823.0874.51
HexCDAFB00FE14166174b
Octal315257260017162454627113
Binary11001101101011111011000001111111010100101100110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFB0; }

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

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

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

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

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

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

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

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