Html Css Color HEX #C3ADAA Pink Swan

📋 copy color: '#C3ADAA'

red 195 ◦ green 173 ◦ blue 170

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

Shades of Pink Swan #C3ADAA

Tints of Pink Swan #C3ADAA

RGB

 RED value IS 195 (76.56% from 255) = 36.25%

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

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

R = 36.25%
G = 32.16%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3ADAA (or 0xC3ADAA) is known color: Pink Swan. HEX triplet: C3, AD and AA. RGB value is (195,173,170). Sum of RGB (Red+Green+Blue) = 195+173+170=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ADAA is #3C5255. Grayscale: #B3B3B3. Windows color (decimal): -3953238 or 11185603. OLE color: 11185603.

HSL color Cylindrical-coordinate representation of color #C3ADAA: hue angle of 7.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3ADAA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 173 170 -
CMYK 0 0.11 0.13 0.24
HSL 7.2º 0.17% 0.72% -
HSV(B) 7.2º 0.13% 0.76% -
XYZ 44.7 44.39 44.24 -
YUV 179.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 195 173 170 0 0.11 0.13 0.24 7.2 0.17 0.72
Hex C3 AD AA 0 B D 18 7 11 48
Octal 303 255 252 0 13 15 30 7 21 110
Binary 11000011 10101101 10101010 0 1011 1101 11000 111 10001 1001000

Color Harmonies of #C3ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADAA

Black with #C3ADAA

Text Example


Text Example

White with #C3ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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