#C2ADAF

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

Shades of Pink Flare #C2ADAF

Tints of Pink Flare #C2ADAF

Color information

#C2ADAF (or 0xC2ADAF) is unknown color: approx Pink Flare. HEX triplet: C2, AD and AF. RGB value is (194,173,175). Sum of RGB (Red+Green+Blue) = 194+173+175=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADAF is #3D5250. Grayscale: #B3B3B3. Windows color (decimal): -4018769 or 11513282. OLE color: 11513282.

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

Color convert

RGB194173175-
CMYK00.110.100.24
HSL354.29º14.69%71.96%-
HSV(B)354.29º10.82%76.08%-
XYZ44.9344.4546.77-
YUV179.51125.46138.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=35.79%
G=31.92%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417317500.110.100.24354.2914.6971.96
HexC2ADAF0BA18162f48
Octal302255257013123054217110
Binary1100001010101101101011110101110101100010110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADAF; }

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

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

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

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

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

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

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

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