Html Css Color HEX #C6AEAC Pink Swan

📋 copy color: '#C6AEAC'

red 198 ◦ green 174 ◦ blue 172

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

Shades of Pink Swan #C6AEAC

Tints of Pink Swan #C6AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.99%

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

R = 36.4%
G = 31.99%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C6AEAC (or 0xC6AEAC) is known color: Pink Swan. HEX triplet: C6, AE and AC. RGB value is (198,174,172). Sum of RGB (Red+Green+Blue) = 198+174+172=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AEAC is #395153. Grayscale: #B4B4B4. Windows color (decimal): -3756372 or 11316934. OLE color: 11316934.

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

Color convert

RGB 198 174 172 -
CMYK 0 0.12 0.13 0.22
HSL 4.62º 0.19% 0.73% -
HSV(B) 4.62º 0.13% 0.78% -
XYZ 45.87 45.26 45.35 -
YUV 180.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 198 174 172 0 0.12 0.13 0.22 4.62 0.19 0.73
Hex C6 AE AC 0 C D 16 5 13 49
Octal 306 256 254 0 14 15 26 5 23 111
Binary 11000110 10101110 10101100 0 1100 1101 10110 101 10011 1001001

Color Harmonies of #C6AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEAC

Black with #C6AEAC

Text Example


Text Example

White with #C6AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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