Html Css Color HEX #C4ADAA Pink Swan

📋 copy color: '#C4ADAA'

red 196 ◦ green 173 ◦ blue 170

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

Shades of Pink Swan #C4ADAA

Tints of Pink Swan #C4ADAA

RGB

 RED value IS 196 (76.95% from 255) = 36.36%

 GREEN value IS 173 (67.97% from 255) = 32.1%

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 36.36%
G = 32.1%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4ADAA (or 0xC4ADAA) is known color: Pink Swan. HEX triplet: C4, AD and AA. RGB value is (196,173,170). Sum of RGB (Red+Green+Blue) = 196+173+170=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAA is #3B5255. Grayscale: #B3B3B3. Windows color (decimal): -3887702 or 11185604. OLE color: 11185604.

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

Color convert

RGB 196 173 170 -
CMYK 0 0.12 0.13 0.23
HSL 6.92º 0.18% 0.72% -
HSV(B) 6.92º 0.13% 0.77% -
XYZ 44.96 44.53 44.25 -
YUV 179.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 196 173 170 0 0.12 0.13 0.23 6.92 0.18 0.72
Hex C4 AD AA 0 C D 17 7 12 48
Octal 304 255 252 0 14 15 27 7 22 110
Binary 11000100 10101101 10101010 0 1100 1101 10111 111 10010 1001000

Color Harmonies of #C4ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADAA

Black with #C4ADAA

Text Example


Text Example

White with #C4ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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