#C1AFAD

Color #C1AFAD Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #C1AFAD

Tints of Pink Swan #C1AFAD

Color information

#C1AFAD (or 0xC1AFAD) is unknown color: approx Pink Swan. HEX triplet: C1, AF and AD. RGB value is (193,175,173). Sum of RGB (Red+Green+Blue) = 193+175+173=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AFAD is #3E5052. Grayscale: #B4B4B4. Windows color (decimal): -4083795 or 11382721. OLE color: 11382721.

HSL color Cylindrical-coordinate representation of color #C1AFAD: hue angle of 6º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AFAD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193175173-
CMYK00.090.100.24
HSL13.89%71.76%-
HSV(B)10.36%75.69%-
XYZ44.8745.0145.86-
YUV180.15123.96137.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=35.67%
G=32.35%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317517300.090.100.24613.8971.76
HexC1AFAD09A186e48
Octal3012572550111230616110
Binary1100000110101111101011010100110101100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFAD; }

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

 H1.HeaderClassName
 {
   color: #C1AFAD;
 }
 .AnyTagClassName
 {
   color: #C1AFAD;
 }
</style>
background-color css

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

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

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

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

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

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