#C4ADAF

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

Shades of Pink Flare #C4ADAF

Tints of Pink Flare #C4ADAF

Color information

#C4ADAF (or 0xC4ADAF) is unknown color: approx Pink Flare. HEX triplet: C4, AD and AF. RGB value is (196,173,175). Sum of RGB (Red+Green+Blue) = 196+173+175=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAF is #3B5250. Grayscale: #B4B4B4. Windows color (decimal): -3887697 or 11513284. OLE color: 11513284.

HSL color Cylindrical-coordinate representation of color #C4ADAF: hue angle of 354.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADAF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196173175-
CMYK00.120.110.23
HSL354.78º16.31%72.35%-
HSV(B)354.78º11.73%76.86%-
XYZ45.4544.7246.79-
YUV180.1125.12139.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=36.03%
G=31.80%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617317500.120.110.23354.7816.3172.35
HexC4ADAF0CB171631048
Octal304255257014132754320110
Binary11000100101011011010111101100101110111101100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADAF; }

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

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

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

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

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

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

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

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