Html Css Color HEX #C4ADAD Pink Swan

📋 copy color: '#C4ADAD'

red 196 ◦ green 173 ◦ blue 173

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

Shades of Pink Swan #C4ADAD

Tints of Pink Swan #C4ADAD

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 value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C4ADAD (or 0xC4ADAD) is known color: 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

RGB 196 173 173 -
CMYK 0 0.12 0.12 0.23
HSL 0.16% 0.72% -
HSV(B) 0.12% 0.77% -
XYZ 45.25 44.64 45.77 -
YUV 179.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 196 173 173 0 0.12 0.12 0.23 0 0.16 0.72
Hex C4 AD AD 0 C C 17 0 10 48
Octal 304 255 255 0 14 14 27 0 20 110
Binary 11000100 10101101 10101101 0 1100 1100 10111 0 10000 1001000

Color Harmonies of #C4ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADAD

Black with #C4ADAD

Text Example


Text Example

White with #C4ADAD

Text Example


Text Example

HTML Codes & Css Web 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>