#C2ADB1

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

Shades of Pink Flare #C2ADB1

Tints of Pink Flare #C2ADB1

Color information

#C2ADB1 (or 0xC2ADB1) is unknown color: approx Pink Flare. HEX triplet: C2, AD and B1. RGB value is (194,173,177). Sum of RGB (Red+Green+Blue) = 194+173+177=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADB1 is #3D524E. Grayscale: #B3B3B3. Windows color (decimal): -4018767 or 11644354. OLE color: 11644354.

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

Color convert

RGB194173177-
CMYK00.110.090.24
HSL348.57º14.69%71.96%-
HSV(B)348.57º10.82%76.08%-
XYZ45.1344.5347.81-
YUV179.74126.46138.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=35.66%
G=31.80%
B=32.54%

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
Decimal19417317700.110.090.24348.5714.6971.96
HexC2ADB10B91815df48
Octal302255261013113053517110
Binary1100001010101101101100010101110011100010101110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADB1; }

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

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

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

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

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

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

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

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