Html Css Color HEX #C19D9F Careys Pink

📋 copy color: '#C19D9F'

red 193 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #C19D9F

Tints of Careys Pink #C19D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 37.92%
G = 30.84%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C19D9F (or 0xC19D9F) is known color: Careys Pink. HEX triplet: C1, 9D and 9F. RGB value is (193,157,159). Sum of RGB (Red+Green+Blue) = 193+157+159=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19D9F is #3E6260. Grayscale: #A8A8A8. Windows color (decimal): -4088417 or 10460609. OLE color: 10460609.

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

Color convert

RGB 193 157 159 -
CMYK 0 0.19 0.18 0.24
HSL 356.67º 0.23% 0.69% -
HSV(B) 356.67º 0.19% 0.76% -
XYZ 40.31 37.95 38 -
YUV 167.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 193 157 159 0 0.19 0.18 0.24 356.67 0.23 0.69
Hex C1 9D 9F 0 13 12 18 165 16 45
Octal 301 235 237 0 23 22 30 545 26 105
Binary 11000001 10011101 10011111 0 10011 10010 11000 101100101 10110 1000101

Color Harmonies of #C19D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19D9F

Black with #C19D9F

Text Example


Text Example

White with #C19D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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