Html Css Color HEX #C19DA1 Careys Pink

📋 copy color: '#C19DA1'

red 193 ◦ green 157 ◦ blue 161

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

Shades of Careys Pink #C19DA1

Tints of Careys Pink #C19DA1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

 BLUE value IS 161 (63.28% from 255) = 31.51%

R = 37.77%
G = 30.72%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C19DA1 (or 0xC19DA1) is known color: Careys Pink. HEX triplet: C1, 9D and A1. RGB value is (193,157,161). Sum of RGB (Red+Green+Blue) = 193+157+161=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19DA1 is #3E625E. Grayscale: #A8A8A8. Windows color (decimal): -4088415 or 10591681. OLE color: 10591681.

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

Color convert

RGB 193 157 161 -
CMYK 0 0.19 0.17 0.24
HSL 353.33º 0.23% 0.69% -
HSV(B) 353.33º 0.19% 0.76% -
XYZ 40.48 38.02 38.92 -
YUV 168.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 193 157 161 0 0.19 0.17 0.24 353.33 0.23 0.69
Hex C1 9D A1 0 13 11 18 161 16 45
Octal 301 235 241 0 23 21 30 541 26 105
Binary 11000001 10011101 10100001 0 10011 10001 11000 101100001 10110 1000101

Color Harmonies of #C19DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DA1

Black with #C19DA1

Text Example


Text Example

White with #C19DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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