#C3ADB3

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

Shades of Pink Flare #C3ADB3

Tints of Pink Flare #C3ADB3

Color information

#C3ADB3 (or 0xC3ADB3) is unknown color: approx Pink Flare. HEX triplet: C3, AD and B3. RGB value is (195,173,179). Sum of RGB (Red+Green+Blue) = 195+173+179=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB3 is #3C524C. Grayscale: #B4B4B4. Windows color (decimal): -3953229 or 11775427. OLE color: 11775427.

HSL color Cylindrical-coordinate representation of color #C3ADB3: hue angle of 343.64º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3ADB3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195173179-
CMYK00.110.080.24
HSL343.64º15.49%72.16%-
HSV(B)343.64º11.28%76.47%-
XYZ45.5944.7448.88-
YUV180.26127.29138.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=35.65%
G=31.63%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517317900.110.080.24343.6415.4972.16
HexC3ADB30B818158f48
Octal303255263013103053017110
Binary1100001110101101101100110101110001100010101100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADB3; }

 p { color: rgb(195,173,179); }

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

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

 a { background-color: rgb(195,173,179); }

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

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

 span { border-color: rgb(195,173,179); }

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