Html Css Color HEX #C4ADAB Pink Swan

📋 copy color: '#C4ADAB'

red 196 ◦ green 173 ◦ blue 171

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

Shades of Pink Swan #C4ADAB

Tints of Pink Swan #C4ADAB

RGB

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

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

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

R = 36.3%
G = 32.04%
B = 31.67%

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

#C4ADAB (or 0xC4ADAB) is known color: Pink Swan. HEX triplet: C4, AD and AB. RGB value is (196,173,171). Sum of RGB (Red+Green+Blue) = 196+173+171=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAB is #3B5254. Grayscale: #B3B3B3. Windows color (decimal): -3887701 or 11251140. OLE color: 11251140.

HSL color Cylindrical-coordinate representation of color #C4ADAB: hue angle of 4.8º degrees, saturation: 0.17, 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 #C4ADAB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 171 -
CMYK 0 0.12 0.13 0.23
HSL 4.8º 0.17% 0.72% -
HSV(B) 4.8º 0.13% 0.77% -
XYZ 45.06 44.56 44.75 -
YUV 179.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 196 173 171 0 0.12 0.13 0.23 4.8 0.17 0.72
Hex C4 AD AB 0 C D 17 5 11 48
Octal 304 255 253 0 14 15 27 5 21 110
Binary 11000100 10101101 10101011 0 1100 1101 10111 101 10001 1001000

Color Harmonies of #C4ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADAB

Black with #C4ADAB

Text Example


Text Example

White with #C4ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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