#C4ADAD

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

Shades of Pink Swan #C4ADAD

Tints of Pink Swan #C4ADAD

Color information

#C4ADAD (or 0xC4ADAD) is unknown color: approx Pink Swan. HEX triplet: C4, AD and AD. RGB value is (196,173,173). Sum of RGB (Red+Green+Blue) = 196+173+173=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAD is #3B5252. Grayscale: #B3B3B3. Windows color (decimal): -3887699 or 11382212. OLE color: 11382212.

HSL color Cylindrical-coordinate representation of color #C4ADAD: hue angle of 0º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADAD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196173173-
CMYK00.120.120.23
HSL16.31%72.35%-
HSV(B)11.73%76.86%-
XYZ45.2544.6445.77-
YUV179.88124.12139.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=36.16%
G=31.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617317300.120.120.23016.3172.35
HexC4ADAD0CC1701048
Octal3042552550141427020110
Binary110001001010110110101101011001100101110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADAD; }

 p { color: rgb(196,173,173); }

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

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

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

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

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

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

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