Html Css Color HEX #C5A6AE Careys Pink

📋 copy color: '#C5A6AE'

red 197 ◦ green 166 ◦ blue 174

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

Shades of Careys Pink #C5A6AE

Tints of Careys Pink #C5A6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.91%

 BLUE value IS 174 (68.36% from 255) = 32.4%

R = 36.69%
G = 30.91%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5A6AE (or 0xC5A6AE) is known color: Careys Pink. HEX triplet: C5, A6 and AE. RGB value is (197,166,174). Sum of RGB (Red+Green+Blue) = 197+166+174=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A6AE is #3A5951. Grayscale: #B0B0B0. Windows color (decimal): -3823954 or 11445957. OLE color: 11445957.

HSL color Cylindrical-coordinate representation of color #C5A6AE: hue angle of 344.52º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5A6AE is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 174 -
CMYK 0 0.16 0.12 0.23
HSL 344.52º 0.21% 0.71% -
HSV(B) 344.52º 0.16% 0.77% -
XYZ 44.3 42.2 45.85 -
YUV 176.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 197 166 174 0 0.16 0.12 0.23 344.52 0.21 0.71
Hex C5 A6 AE 0 10 C 17 159 15 47
Octal 305 246 256 0 20 14 27 531 25 107
Binary 11000101 10100110 10101110 0 10000 1100 10111 101011001 10101 1000111

Color Harmonies of #C5A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6AE

Black with #C5A6AE

Text Example


Text Example

White with #C5A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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