Html Css Color HEX #C6ACAA Pink Swan

📋 copy color: '#C6ACAA'

red 198 ◦ green 172 ◦ blue 170

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

Shades of Pink Swan #C6ACAA

Tints of Pink Swan #C6ACAA

RGB

 RED value IS 198 (77.73% from 255) = 36.67%

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

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

R = 36.67%
G = 31.85%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6ACAA (or 0xC6ACAA) is known color: Pink Swan. HEX triplet: C6, AC and AA. RGB value is (198,172,170). Sum of RGB (Red+Green+Blue) = 198+172+170=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACAA is #395355. Grayscale: #B3B3B3. Windows color (decimal): -3756886 or 11185350. OLE color: 11185350.

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

Color convert

RGB 198 172 170 -
CMYK 0 0.13 0.14 0.22
HSL 4.29º 0.2% 0.72% -
HSV(B) 4.29º 0.14% 0.78% -
XYZ 45.3 44.41 44.22 -
YUV 179.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 198 172 170 0 0.13 0.14 0.22 4.29 0.2 0.72
Hex C6 AC AA 0 D E 16 4 14 48
Octal 306 254 252 0 15 16 26 4 24 110
Binary 11000110 10101100 10101010 0 1101 1110 10110 100 10100 1001000

Color Harmonies of #C6ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACAA

Black with #C6ACAA

Text Example


Text Example

White with #C6ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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