Html Css Color HEX #C4A1A2 Careys Pink

📋 copy color: '#C4A1A2'

red 196 ◦ green 161 ◦ blue 162

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

Shades of Careys Pink #C4A1A2

Tints of Careys Pink #C4A1A2

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.02%

 BLUE value IS 162 (63.67% from 255) = 31.21%

R = 37.76%
G = 31.02%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C4A1A2 (or 0xC4A1A2) is known color: Careys Pink. HEX triplet: C4, A1 and A2. RGB value is (196,161,162). Sum of RGB (Red+Green+Blue) = 196+161+162=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A1A2 is #3B5E5D. Grayscale: #ABABAB. Windows color (decimal): -3890782 or 10658244. OLE color: 10658244.

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

Color convert

RGB 196 161 162 -
CMYK 0 0.18 0.17 0.23
HSL 358.29º 0.23% 0.7% -
HSV(B) 358.29º 0.18% 0.77% -
XYZ 42.03 39.83 39.66 -
YUV 171.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 196 161 162 0 0.18 0.17 0.23 358.29 0.23 0.7
Hex C4 A1 A2 0 12 11 17 166 17 46
Octal 304 241 242 0 22 21 27 546 27 106
Binary 11000100 10100001 10100010 0 10010 10001 10111 101100110 10111 1000110

Color Harmonies of #C4A1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A1A2

Black with #C4A1A2

Text Example


Text Example

White with #C4A1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A1A2; }

 p { color: rgb(196,161,162); }

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

background-color css

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

 a { background-color: rgb(196,161,162); }

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

border-color css

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

 span { border-color: rgb(196,161,162); }

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