Html Css Color HEX #C7ADAF Pink Flare

📋 copy color: '#C7ADAF'

red 199 ◦ green 173 ◦ blue 175

#C7ADAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #C7ADAF

Tints of Pink Flare #C7ADAF

RGB

 RED value IS 199 (78.13% from 255) = 36.38%

 GREEN value IS 173 (67.97% from 255) = 31.63%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 36.38%
G = 31.63%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7ADAF (or 0xC7ADAF) is known color: Pink Flare. HEX triplet: C7, AD and AF. RGB value is (199,173,175). Sum of RGB (Red+Green+Blue) = 199+173+175=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAF is #385250. Grayscale: #B5B5B5. Windows color (decimal): -3691089 or 11513287. OLE color: 11513287.

HSL color Cylindrical-coordinate representation of color #C7ADAF: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7ADAF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 175 -
CMYK 0 0.13 0.12 0.22
HSL 355.38º 0.19% 0.73% -
HSV(B) 355.38º 0.13% 0.78% -
XYZ 46.23 45.12 46.83 -
YUV 181 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 199 173 175 0 0.13 0.12 0.22 355.38 0.19 0.73
Hex C7 AD AF 0 D C 16 163 13 49
Octal 307 255 257 0 15 14 26 543 23 111
Binary 11000111 10101101 10101111 0 1101 1100 10110 101100011 10011 1001001

Color Harmonies of #C7ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADAF

Black with #C7ADAF

Text Example


Text Example

White with #C7ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADAF; }

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

 H1.HeaderClassName
 {
   color: #C7ADAF;
 }
 .AnyTagClassName
 {
   color: #C7ADAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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