Html Css Color HEX #C5AEAC Pink Swan

📋 copy color: '#C5AEAC'

red 197 ◦ green 174 ◦ blue 172

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

Shades of Pink Swan #C5AEAC

Tints of Pink Swan #C5AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 36.28%
G = 32.04%
B = 31.68%

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

#C5AEAC (or 0xC5AEAC) is known color: Pink Swan. HEX triplet: C5, AE and AC. RGB value is (197,174,172). Sum of RGB (Red+Green+Blue) = 197+174+172=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEAC is #3A5153. Grayscale: #B4B4B4. Windows color (decimal): -3821908 or 11316933. OLE color: 11316933.

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

Color convert

RGB 197 174 172 -
CMYK 0 0.12 0.13 0.23
HSL 4.8º 0.18% 0.72% -
HSV(B) 4.8º 0.13% 0.77% -
XYZ 45.61 45.12 45.34 -
YUV 180.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 197 174 172 0 0.12 0.13 0.23 4.8 0.18 0.72
Hex C5 AE AC 0 C D 17 5 12 48
Octal 305 256 254 0 14 15 27 5 22 110
Binary 11000101 10101110 10101100 0 1100 1101 10111 101 10010 1001000

Color Harmonies of #C5AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEAC

Black with #C5AEAC

Text Example


Text Example

White with #C5AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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