Html Css Color HEX #C19DA3 Careys Pink

📋 copy color: '#C19DA3'

red 193 ◦ green 157 ◦ blue 163

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

Shades of Careys Pink #C19DA3

Tints of Careys Pink #C19DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 37.62%
G = 30.6%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C19DA3 (or 0xC19DA3) is known color: Careys Pink. HEX triplet: C1, 9D and A3. RGB value is (193,157,163). Sum of RGB (Red+Green+Blue) = 193+157+163=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19DA3 is #3E625C. Grayscale: #A8A8A8. Windows color (decimal): -4088413 or 10722753. OLE color: 10722753.

HSL color Cylindrical-coordinate representation of color #C19DA3: hue angle of 350º 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 #C19DA3 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 157 163 -
CMYK 0 0.19 0.16 0.24
HSL 350º 0.23% 0.69% -
HSV(B) 350º 0.19% 0.76% -
XYZ 40.66 38.1 39.86 -
YUV 168.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 193 157 163 0 0.19 0.16 0.24 350 0.23 0.69
Hex C1 9D A3 0 13 10 18 15E 16 45
Octal 301 235 243 0 23 20 30 536 26 105
Binary 11000001 10011101 10100011 0 10011 10000 11000 101011110 10110 1000101

Color Harmonies of #C19DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DA3

Black with #C19DA3

Text Example


Text Example

White with #C19DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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