Html Css Color HEX #C7ADB1 Pink Flare

📋 copy color: '#C7ADB1'

red 199 ◦ green 173 ◦ blue 177

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

Shades of Pink Flare #C7ADB1

Tints of Pink Flare #C7ADB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.24%

R = 36.25%
G = 31.51%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C7ADB1 (or 0xC7ADB1) is known color: Pink Flare. HEX triplet: C7, AD and B1. RGB value is (199,173,177). Sum of RGB (Red+Green+Blue) = 199+173+177=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADB1 is #38524E. Grayscale: #B5B5B5. Windows color (decimal): -3691087 or 11644359. OLE color: 11644359.

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

Color convert

RGB 199 173 177 -
CMYK 0 0.13 0.11 0.22
HSL 350.77º 0.19% 0.73% -
HSV(B) 350.77º 0.13% 0.78% -
XYZ 46.43 45.2 47.87 -
YUV 181.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 199 173 177 0 0.13 0.11 0.22 350.77 0.19 0.73
Hex C7 AD B1 0 D B 16 15F 13 49
Octal 307 255 261 0 15 13 26 537 23 111
Binary 11000111 10101101 10110001 0 1101 1011 10110 101011111 10011 1001001

Color Harmonies of #C7ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADB1

Black with #C7ADB1

Text Example


Text Example

White with #C7ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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