Html Css Color HEX #C5A5AE Careys Pink

📋 copy color: '#C5A5AE'

red 197 ◦ green 165 ◦ blue 174

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

Shades of Careys Pink #C5A5AE

Tints of Careys Pink #C5A5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

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

R = 36.75%
G = 30.78%
B = 32.46%

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

#C5A5AE (or 0xC5A5AE) is known color: Careys Pink. HEX triplet: C5, A5 and AE. RGB value is (197,165,174). Sum of RGB (Red+Green+Blue) = 197+165+174=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A5AE is #3A5A51. Grayscale: #AFAFAF. Windows color (decimal): -3824210 or 11445701. OLE color: 11445701.

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

Color convert

RGB 197 165 174 -
CMYK 0 0.16 0.12 0.23
HSL 343.13º 0.22% 0.71% -
HSV(B) 343.13º 0.16% 0.77% -
XYZ 44.12 41.84 45.79 -
YUV 175.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 197 165 174 0 0.16 0.12 0.23 343.13 0.22 0.71
Hex C5 A5 AE 0 10 C 17 157 16 47
Octal 305 245 256 0 20 14 27 527 26 107
Binary 11000101 10100101 10101110 0 10000 1100 10111 101010111 10110 1000111

Color Harmonies of #C5A5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A5AE

Black with #C5A5AE

Text Example


Text Example

White with #C5A5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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