Html Css Color HEX #C6ADAC Pink Swan

📋 copy color: '#C6ADAC'

red 198 ◦ green 173 ◦ blue 172

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

Shades of Pink Swan #C6ADAC

Tints of Pink Swan #C6ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.86%

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

R = 36.46%
G = 31.86%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C6ADAC (or 0xC6ADAC) is known color: Pink Swan. HEX triplet: C6, AD and AC. RGB value is (198,173,172). Sum of RGB (Red+Green+Blue) = 198+173+172=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADAC is #395253. Grayscale: #B4B4B4. Windows color (decimal): -3756628 or 11316678. OLE color: 11316678.

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

Color convert

RGB 198 173 172 -
CMYK 0 0.13 0.13 0.22
HSL 2.31º 0.19% 0.73% -
HSV(B) 2.31º 0.13% 0.78% -
XYZ 45.68 44.87 45.28 -
YUV 180.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 198 173 172 0 0.13 0.13 0.22 2.31 0.19 0.73
Hex C6 AD AC 0 D D 16 2 13 49
Octal 306 255 254 0 15 15 26 2 23 111
Binary 11000110 10101101 10101100 0 1101 1101 10110 10 10011 1001001

Color Harmonies of #C6ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADAC

Black with #C6ADAC

Text Example


Text Example

White with #C6ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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