Html Css Color HEX #C7ADB3 Pink Flare

📋 copy color: '#C7ADB3'

red 199 ◦ green 173 ◦ blue 179

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

Shades of Pink Flare #C7ADB3

Tints of Pink Flare #C7ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.49%

R = 36.12%
G = 31.4%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C7ADB3 (or 0xC7ADB3) is known color: Pink Flare. HEX triplet: C7, AD and B3. RGB value is (199,173,179). Sum of RGB (Red+Green+Blue) = 199+173+179=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADB3 is #38524C. Grayscale: #B5B5B5. Windows color (decimal): -3691085 or 11775431. OLE color: 11775431.

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

Color convert

RGB 199 173 179 -
CMYK 0 0.13 0.10 0.22
HSL 346.15º 0.19% 0.73% -
HSV(B) 346.15º 0.13% 0.78% -
XYZ 46.63 45.28 48.93 -
YUV 181.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 199 173 179 0 0.13 0.10 0.22 346.15 0.19 0.73
Hex C7 AD B3 0 D A 16 15A 13 49
Octal 307 255 263 0 15 12 26 532 23 111
Binary 11000111 10101101 10110011 0 1101 1010 10110 101011010 10011 1001001

Color Harmonies of #C7ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADB3

Black with #C7ADB3

Text Example


Text Example

White with #C7ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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