Html Css Color HEX #C4A0AB Careys Pink

📋 copy color: '#C4A0AB'

red 196 ◦ green 160 ◦ blue 171

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

Shades of Careys Pink #C4A0AB

Tints of Careys Pink #C4A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.36%

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 37.19%
G = 30.36%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4A0AB (or 0xC4A0AB) is known color: Careys Pink. HEX triplet: C4, A0 and AB. RGB value is (196,160,171). Sum of RGB (Red+Green+Blue) = 196+160+171=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A0AB is #3B5F54. Grayscale: #ACACAC. Windows color (decimal): -3891029 or 11247812. OLE color: 11247812.

HSL color Cylindrical-coordinate representation of color #C4A0AB: hue angle of 341.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A0AB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 171 -
CMYK 0 0.18 0.13 0.23
HSL 341.67º 0.23% 0.7% -
HSV(B) 341.67º 0.18% 0.77% -
XYZ 42.69 39.82 43.96 -
YUV 172.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 196 160 171 0 0.18 0.13 0.23 341.67 0.23 0.7
Hex C4 A0 AB 0 12 D 17 156 17 46
Octal 304 240 253 0 22 15 27 526 27 106
Binary 11000100 10100000 10101011 0 10010 1101 10111 101010110 10111 1000110

Color Harmonies of #C4A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A0AB

Black with #C4A0AB

Text Example


Text Example

White with #C4A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A0AB; }

 p { color: rgb(196,160,171); }

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

background-color css

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

 a { background-color: rgb(196,160,171); }

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

border-color css

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

 span { border-color: rgb(196,160,171); }

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