Html Css Color HEX #C7ACB3 Pink Flare

📋 copy color: '#C7ACB3'

red 199 ◦ green 172 ◦ blue 179

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

Shades of Pink Flare #C7ACB3

Tints of Pink Flare #C7ACB3

RGB

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

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

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

R = 36.18%
G = 31.27%
B = 32.55%

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

#C7ACB3 (or 0xC7ACB3) is known color: Pink Flare. HEX triplet: C7, AC and B3. RGB value is (199,172,179). Sum of RGB (Red+Green+Blue) = 199+172+179=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB3 is #38534C. Grayscale: #B4B4B4. Windows color (decimal): -3691341 or 11775175. OLE color: 11775175.

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

Color convert

RGB 199 172 179 -
CMYK 0 0.14 0.10 0.22
HSL 344.44º 0.19% 0.73% -
HSV(B) 344.44º 0.14% 0.78% -
XYZ 46.44 44.9 48.87 -
YUV 180.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 199 172 179 0 0.14 0.10 0.22 344.44 0.19 0.73
Hex C7 AC B3 0 E A 16 158 13 49
Octal 307 254 263 0 16 12 26 530 23 111
Binary 11000111 10101100 10110011 0 1110 1010 10110 101011000 10011 1001001

Color Harmonies of #C7ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACB3

Black with #C7ACB3

Text Example


Text Example

White with #C7ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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