Html Css Color HEX #C4A4AD Careys Pink

📋 copy color: '#C4A4AD'

red 196 ◦ green 164 ◦ blue 173

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

Shades of Careys Pink #C4A4AD

Tints of Careys Pink #C4A4AD

RGB

 RED value IS 196 (76.95% from 255) = 36.77%

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

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

R = 36.77%
G = 30.77%
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

#C4A4AD (or 0xC4A4AD) is known color: Careys Pink. HEX triplet: C4, A4 and AD. RGB value is (196,164,173). Sum of RGB (Red+Green+Blue) = 196+164+173=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A4AD is #3B5B52. Grayscale: #AEAEAE. Windows color (decimal): -3890003 or 11379908. OLE color: 11379908.

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

Color convert

RGB 196 164 173 -
CMYK 0 0.16 0.12 0.23
HSL 343.13º 0.21% 0.71% -
HSV(B) 343.13º 0.16% 0.77% -
XYZ 43.58 41.3 45.21 -
YUV 174.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 196 164 173 0 0.16 0.12 0.23 343.13 0.21 0.71
Hex C4 A4 AD 0 10 C 17 157 15 47
Octal 304 244 255 0 20 14 27 527 25 107
Binary 11000100 10100100 10101101 0 10000 1100 10111 101010111 10101 1000111

Color Harmonies of #C4A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A4AD

Black with #C4A4AD

Text Example


Text Example

White with #C4A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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