Html Css Color HEX #C6AFAD Pink Swan

📋 copy color: '#C6AFAD'

red 198 ◦ green 175 ◦ blue 173

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

Shades of Pink Swan #C6AFAD

Tints of Pink Swan #C6AFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.05%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 36.26%
G = 32.05%
B = 31.68%

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

#C6AFAD (or 0xC6AFAD) is known color: Pink Swan. HEX triplet: C6, AF and AD. RGB value is (198,175,173). Sum of RGB (Red+Green+Blue) = 198+175+173=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFAD is #395052. Grayscale: #B5B5B5. Windows color (decimal): -3756115 or 11382726. OLE color: 11382726.

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

Color convert

RGB 198 175 173 -
CMYK 0 0.12 0.13 0.22
HSL 4.8º 0.18% 0.73% -
HSV(B) 4.8º 0.13% 0.78% -
XYZ 46.16 45.68 45.92 -
YUV 181.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 198 175 173 0 0.12 0.13 0.22 4.8 0.18 0.73
Hex C6 AF AD 0 C D 16 5 12 49
Octal 306 257 255 0 14 15 26 5 22 111
Binary 11000110 10101111 10101101 0 1100 1101 10110 101 10010 1001001

Color Harmonies of #C6AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFAD

Black with #C6AFAD

Text Example


Text Example

White with #C6AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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