Html Css Color HEX #C6ACAB Pink Swan

📋 copy color: '#C6ACAB'

red 198 ◦ green 172 ◦ blue 171

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

Shades of Pink Swan #C6ACAB

Tints of Pink Swan #C6ACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 36.6%
G = 31.79%
B = 31.61%

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

#C6ACAB (or 0xC6ACAB) is known color: Pink Swan. HEX triplet: C6, AC and AB. RGB value is (198,172,171). Sum of RGB (Red+Green+Blue) = 198+172+171=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACAB is #395354. Grayscale: #B3B3B3. Windows color (decimal): -3756885 or 11250886. OLE color: 11250886.

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

Color convert

RGB 198 172 171 -
CMYK 0 0.13 0.14 0.22
HSL 2.22º 0.19% 0.72% -
HSV(B) 2.22º 0.14% 0.78% -
XYZ 45.39 44.45 44.72 -
YUV 179.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 198 172 171 0 0.13 0.14 0.22 2.22 0.19 0.72
Hex C6 AC AB 0 D E 16 2 13 48
Octal 306 254 253 0 15 16 26 2 23 110
Binary 11000110 10101100 10101011 0 1101 1110 10110 10 10011 1001000

Color Harmonies of #C6ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACAB

Black with #C6ACAB

Text Example


Text Example

White with #C6ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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