Html Css Color HEX #C1A1A6 Careys Pink

📋 copy color: '#C1A1A6'

red 193 ◦ green 161 ◦ blue 166

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

Shades of Careys Pink #C1A1A6

Tints of Careys Pink #C1A1A6

RGB

 RED value IS 193 (75.78% from 255) = 37.12%

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

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 37.12%
G = 30.96%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C1A1A6 (or 0xC1A1A6) is known color: Careys Pink. HEX triplet: C1, A1 and A6. RGB value is (193,161,166). Sum of RGB (Red+Green+Blue) = 193+161+166=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A1A6 is #3E5E59. Grayscale: #ABABAB. Windows color (decimal): -4087386 or 10920385. OLE color: 10920385.

HSL color Cylindrical-coordinate representation of color #C1A1A6: hue angle of 350.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1A1A6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 161 166 -
CMYK 0 0.17 0.14 0.24
HSL 350.63º 0.21% 0.69% -
HSV(B) 350.63º 0.17% 0.76% -
XYZ 41.62 39.58 41.52 -
YUV 171.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 193 161 166 0 0.17 0.14 0.24 350.63 0.21 0.69
Hex C1 A1 A6 0 11 E 18 15F 15 45
Octal 301 241 246 0 21 16 30 537 25 105
Binary 11000001 10100001 10100110 0 10001 1110 11000 101011111 10101 1000101

Color Harmonies of #C1A1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A1A6

Black with #C1A1A6

Text Example


Text Example

White with #C1A1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A1A6; }

 p { color: rgb(193,161,166); }

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

background-color css

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

 a { background-color: rgb(193,161,166); }

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

border-color css

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

 span { border-color: rgb(193,161,166); }

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