Html Css Color HEX #C4A4A8 Careys Pink

📋 copy color: '#C4A4A8'

red 196 ◦ green 164 ◦ blue 168

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

Shades of Careys Pink #C4A4A8

Tints of Careys Pink #C4A4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 37.12%
G = 31.06%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C4A4A8 (or 0xC4A4A8) is known color: Careys Pink. HEX triplet: C4, A4 and A8. RGB value is (196,164,168). Sum of RGB (Red+Green+Blue) = 196+164+168=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A4A8 is #3B5B57. Grayscale: #AEAEAE. Windows color (decimal): -3890008 or 11052228. OLE color: 11052228.

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

Color convert

RGB 196 164 168 -
CMYK 0 0.16 0.14 0.23
HSL 352.5º 0.21% 0.71% -
HSV(B) 352.5º 0.16% 0.77% -
XYZ 43.11 41.11 42.71 -
YUV 174.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 196 164 168 0 0.16 0.14 0.23 352.5 0.21 0.71
Hex C4 A4 A8 0 10 E 17 160 15 47
Octal 304 244 250 0 20 16 27 540 25 107
Binary 11000100 10100100 10101000 0 10000 1110 10111 101100000 10101 1000111

Color Harmonies of #C4A4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A4A8

Black with #C4A4A8

Text Example


Text Example

White with #C4A4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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