Html Css Color HEX #C2ADAB Pink Swan

📋 copy color: '#C2ADAB'

red 194 ◦ green 173 ◦ blue 171

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

Shades of Pink Swan #C2ADAB

Tints of Pink Swan #C2ADAB

RGB

 RED value IS 194 (76.17% from 255) = 36.06%

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

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 36.06%
G = 32.16%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C2ADAB (or 0xC2ADAB) is known color: Pink Swan. HEX triplet: C2, AD and AB. RGB value is (194,173,171). Sum of RGB (Red+Green+Blue) = 194+173+171=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADAB is #3D5254. Grayscale: #B3B3B3. Windows color (decimal): -4018773 or 11251138. OLE color: 11251138.

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

Color convert

RGB 194 173 171 -
CMYK 0 0.11 0.12 0.24
HSL 5.22º 0.16% 0.72% -
HSV(B) 5.22º 0.12% 0.76% -
XYZ 44.54 44.3 44.73 -
YUV 179.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 194 173 171 0 0.11 0.12 0.24 5.22 0.16 0.72
Hex C2 AD AB 0 B C 18 5 10 48
Octal 302 255 253 0 13 14 30 5 20 110
Binary 11000010 10101101 10101011 0 1011 1100 11000 101 10000 1001000

Color Harmonies of #C2ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADAB

Black with #C2ADAB

Text Example


Text Example

White with #C2ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADAB; }

 p { color: rgb(194,173,171); }

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

background-color css

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

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

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

border-color css

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

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

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