Html Css Color HEX #C5ACAA Pink Swan

📋 copy color: '#C5ACAA'

red 197 ◦ green 172 ◦ blue 170

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

Shades of Pink Swan #C5ACAA

Tints of Pink Swan #C5ACAA

RGB

 RED value IS 197 (77.34% from 255) = 36.55%

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 36.55%
G = 31.91%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5ACAA (or 0xC5ACAA) is known color: Pink Swan. HEX triplet: C5, AC and AA. RGB value is (197,172,170). Sum of RGB (Red+Green+Blue) = 197+172+170=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACAA is #3A5355. Grayscale: #B3B3B3. Windows color (decimal): -3822422 or 11185349. OLE color: 11185349.

HSL color Cylindrical-coordinate representation of color #C5ACAA: hue angle of 4.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5ACAA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 170 -
CMYK 0 0.13 0.14 0.23
HSL 4.44º 0.19% 0.72% -
HSV(B) 4.44º 0.14% 0.77% -
XYZ 45.03 44.28 44.2 -
YUV 179.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 197 172 170 0 0.13 0.14 0.23 4.44 0.19 0.72
Hex C5 AC AA 0 D E 17 4 13 48
Octal 305 254 252 0 15 16 27 4 23 110
Binary 11000101 10101100 10101010 0 1101 1110 10111 100 10011 1001000

Color Harmonies of #C5ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACAA

Black with #C5ACAA

Text Example


Text Example

White with #C5ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACAA; }

 p { color: rgb(197,172,170); }

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

background-color css

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

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

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

border-color css

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

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

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