#CDACB4

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

Shades of Pink Flare #CDACB4

Tints of Pink Flare #CDACB4

Color information

#CDACB4 (or 0xCDACB4) is unknown color: approx Pink Flare. HEX triplet: CD, AC and B4. RGB value is (205,172,180). Sum of RGB (Red+Green+Blue) = 205+172+180=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACB4 is #32534B. Grayscale: #B6B6B6. Windows color (decimal): -3298124 or 11840717. OLE color: 11840717.

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

Color convert

RGB205172180-
CMYK00.160.120.20
HSL345.45º24.81%73.92%-
HSV(B)345.45º16.1%80.39%-
XYZ48.1745.7849.48-
YUV182.78126.43143.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=36.80%
G=30.88%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517218000.160.120.20345.4524.8173.92
HexCDACB4010C14159194a
Octal315254264020142453131112
Binary110011011010110010110100010000110010100101011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACB4; }

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

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

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

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

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

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

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

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