Html Css Color HEX #C6ABAB Pink Swan

📋 copy color: '#C6ABAB'

red 198 ◦ green 171 ◦ blue 171

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

Shades of Pink Swan #C6ABAB

Tints of Pink Swan #C6ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.67%

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

R = 36.67%
G = 31.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6ABAB (or 0xC6ABAB) is known color: Pink Swan. HEX triplet: C6, AB and AB. RGB value is (198,171,171). Sum of RGB (Red+Green+Blue) = 198+171+171=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ABAB is #395454. Grayscale: #B3B3B3. Windows color (decimal): -3757141 or 11250630. OLE color: 11250630.

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

Color convert

RGB 198 171 171 -
CMYK 0 0.14 0.14 0.22
HSL 0.19% 0.72% -
HSV(B) 0.14% 0.78% -
XYZ 45.2 44.07 44.65 -
YUV 179.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 198 171 171 0 0.14 0.14 0.22 0 0.19 0.72
Hex C6 AB AB 0 E E 16 0 13 48
Octal 306 253 253 0 16 16 26 0 23 110
Binary 11000110 10101011 10101011 0 1110 1110 10110 0 10011 1001000

Color Harmonies of #C6ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABAB

Black with #C6ABAB

Text Example


Text Example

White with #C6ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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