Html Css Color HEX #C5AEAB Pink Swan

📋 copy color: '#C5AEAB'

red 197 ◦ green 174 ◦ blue 171

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

Shades of Pink Swan #C5AEAB

Tints of Pink Swan #C5AEAB

RGB

 RED value IS 197 (77.34% from 255) = 36.35%

 GREEN value IS 174 (68.36% from 255) = 32.1%

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

R = 36.35%
G = 32.1%
B = 31.55%

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

#C5AEAB (or 0xC5AEAB) is known color: Pink Swan. HEX triplet: C5, AE and AB. RGB value is (197,174,171). Sum of RGB (Red+Green+Blue) = 197+174+171=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEAB is #3A5154. Grayscale: #B4B4B4. Windows color (decimal): -3821909 or 11251397. OLE color: 11251397.

HSL color Cylindrical-coordinate representation of color #C5AEAB: 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 #C5AEAB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 171 -
CMYK 0 0.12 0.13 0.23
HSL 6.92º 0.18% 0.72% -
HSV(B) 6.92º 0.13% 0.77% -
XYZ 45.51 45.08 44.83 -
YUV 180.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 197 174 171 0 0.12 0.13 0.23 6.92 0.18 0.72
Hex C5 AE AB 0 C D 17 7 12 48
Octal 305 256 253 0 14 15 27 7 22 110
Binary 11000101 10101110 10101011 0 1100 1101 10111 111 10010 1001000

Color Harmonies of #C5AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEAB

Black with #C5AEAB

Text Example


Text Example

White with #C5AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEAB; }

 p { color: rgb(197,174,171); }

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

background-color css

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

 a { background-color: rgb(197,174,171); }

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

border-color css

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

 span { border-color: rgb(197,174,171); }

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