Html Css Color HEX #C7ACAC Pink Swan

📋 copy color: '#C7ACAC'

red 199 ◦ green 172 ◦ blue 172

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

Shades of Pink Swan #C7ACAC

Tints of Pink Swan #C7ACAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 36.65%
G = 31.68%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7ACAC (or 0xC7ACAC) is known color: Pink Swan. HEX triplet: C7, AC and AC. RGB value is (199,172,172). Sum of RGB (Red+Green+Blue) = 199+172+172=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ACAC is #385353. Grayscale: #B4B4B4. Windows color (decimal): -3691348 or 11316423. OLE color: 11316423.

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

Color convert

RGB 199 172 172 -
CMYK 0 0.14 0.14 0.22
HSL 0.19% 0.73% -
HSV(B) 0.14% 0.78% -
XYZ 45.75 44.63 45.23 -
YUV 180.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 199 172 172 0 0.14 0.14 0.22 0 0.19 0.73
Hex C7 AC AC 0 E E 16 0 13 49
Octal 307 254 254 0 16 16 26 0 23 111
Binary 11000111 10101100 10101100 0 1110 1110 10110 0 10011 1001001

Color Harmonies of #C7ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACAC

Black with #C7ACAC

Text Example


Text Example

White with #C7ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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