Html Css Color HEX #C4AAAB Careys Pink

📋 copy color: '#C4AAAB'

red 196 ◦ green 170 ◦ blue 171

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

Shades of Careys Pink #C4AAAB

Tints of Careys Pink #C4AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.66%

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

R = 36.5%
G = 31.66%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4AAAB (or 0xC4AAAB) is known color: Careys Pink. HEX triplet: C4, AA and AB. RGB value is (196,170,171). Sum of RGB (Red+Green+Blue) = 196+170+171=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAAB is #3B5554. Grayscale: #B1B1B1. Windows color (decimal): -3888469 or 11250372. OLE color: 11250372.

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

Color convert

RGB 196 170 171 -
CMYK 0 0.13 0.13 0.23
HSL 357.69º 0.18% 0.72% -
HSV(B) 357.69º 0.13% 0.77% -
XYZ 44.49 43.43 44.57 -
YUV 177.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 196 170 171 0 0.13 0.13 0.23 357.69 0.18 0.72
Hex C4 AA AB 0 D D 17 166 12 48
Octal 304 252 253 0 15 15 27 546 22 110
Binary 11000100 10101010 10101011 0 1101 1101 10111 101100110 10010 1001000

Color Harmonies of #C4AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAAB

Black with #C4AAAB

Text Example


Text Example

White with #C4AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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