Html Css Color HEX #C5A4AD Careys Pink

📋 copy color: '#C5A4AD'

red 197 ◦ green 164 ◦ blue 173

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

Shades of Careys Pink #C5A4AD

Tints of Careys Pink #C5A4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.71%

 BLUE value IS 173 (67.97% from 255) = 32.4%

R = 36.89%
G = 30.71%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5A4AD (or 0xC5A4AD) is known color: Careys Pink. HEX triplet: C5, A4 and AD. RGB value is (197,164,173). Sum of RGB (Red+Green+Blue) = 197+164+173=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A4AD is #3A5B52. Grayscale: #AEAEAE. Windows color (decimal): -3824467 or 11379909. OLE color: 11379909.

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

Color convert

RGB 197 164 173 -
CMYK 0 0.17 0.12 0.23
HSL 343.64º 0.22% 0.71% -
HSV(B) 343.64º 0.17% 0.77% -
XYZ 43.84 41.44 45.22 -
YUV 174.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 197 164 173 0 0.17 0.12 0.23 343.64 0.22 0.71
Hex C5 A4 AD 0 11 C 17 158 16 47
Octal 305 244 255 0 21 14 27 530 26 107
Binary 11000101 10100100 10101101 0 10001 1100 10111 101011000 10110 1000111

Color Harmonies of #C5A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A4AD

Black with #C5A4AD

Text Example


Text Example

White with #C5A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A4AD; }

 p { color: rgb(197,164,173); }

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

background-color css

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

 a { background-color: rgb(197,164,173); }

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

border-color css

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

 span { border-color: rgb(197,164,173); }

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