#C3ADB1

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

Shades of Pink Flare #C3ADB1

Tints of Pink Flare #C3ADB1

Color information

#C3ADB1 (or 0xC3ADB1) is unknown color: approx Pink Flare. HEX triplet: C3, AD and B1. RGB value is (195,173,177). Sum of RGB (Red+Green+Blue) = 195+173+177=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ADB1 is #3C524E. Grayscale: #B4B4B4. Windows color (decimal): -3953231 or 11644355. OLE color: 11644355.

HSL color Cylindrical-coordinate representation of color #C3ADB1: hue angle of 349.09º 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 #C3ADB1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB195173177-
CMYK00.110.090.24
HSL349.09º15.49%72.16%-
HSV(B)349.09º11.28%76.47%-
XYZ45.3944.6647.82-
YUV180.03126.29138.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=35.78%
G=31.74%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517317700.110.090.24349.0915.4972.16
HexC3ADB10B91815df48
Octal303255261013113053517110
Binary1100001110101101101100010101110011100010101110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADB1; }

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

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

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

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

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

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

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

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