Html Css Color HEX #C7ACB4 Pink Flare

📋 copy color: '#C7ACB4'

red 199 ◦ green 172 ◦ blue 180

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

Shades of Pink Flare #C7ACB4

Tints of Pink Flare #C7ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.22%

 BLUE value IS 180 (70.7% from 255) = 32.67%

R = 36.12%
G = 31.22%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C7ACB4 (or 0xC7ACB4) is known color: Pink Flare. HEX triplet: C7, AC and B4. RGB value is (199,172,180). Sum of RGB (Red+Green+Blue) = 199+172+180=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB4 is #38534B. Grayscale: #B4B4B4. Windows color (decimal): -3691340 or 11840711. OLE color: 11840711.

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

Color convert

RGB 199 172 180 -
CMYK 0 0.14 0.10 0.22
HSL 342.22º 0.19% 0.73% -
HSV(B) 342.22º 0.14% 0.78% -
XYZ 46.54 44.94 49.4 -
YUV 180.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 199 172 180 0 0.14 0.10 0.22 342.22 0.19 0.73
Hex C7 AC B4 0 E A 16 156 13 49
Octal 307 254 264 0 16 12 26 526 23 111
Binary 11000111 10101100 10110100 0 1110 1010 10110 101010110 10011 1001001

Color Harmonies of #C7ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACB4

Black with #C7ACB4

Text Example


Text Example

White with #C7ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACB4; }

 p { color: rgb(199,172,180); }

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

background-color css

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

 a { background-color: rgb(199,172,180); }

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

border-color css

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

 span { border-color: rgb(199,172,180); }

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