Html Css Color HEX #C19195 Careys Pink

📋 copy color: '#C19195'

red 193 ◦ green 145 ◦ blue 149

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

Shades of Careys Pink #C19195

Tints of Careys Pink #C19195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.77%

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 39.63%
G = 29.77%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C19195 (or 0xC19195) is known color: Careys Pink. HEX triplet: C1, 91 and 95. RGB value is (193,145,149). Sum of RGB (Red+Green+Blue) = 193+145+149=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C19195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19195 is #3E6E6A. Grayscale: #9F9F9F. Windows color (decimal): -4091499 or 9802177. OLE color: 9802177.

HSL color Cylindrical-coordinate representation of color #C19195: hue angle of 355º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19195 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 145 149 -
CMYK 0 0.25 0.23 0.24
HSL 355º 0.28% 0.66% -
HSV(B) 355º 0.25% 0.76% -
XYZ 37.54 33.76 32.97 -
YUV 159.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 193 145 149 0 0.25 0.23 0.24 355 0.28 0.66
Hex C1 91 95 0 19 17 18 163 1C 42
Octal 301 221 225 0 31 27 30 543 34 102
Binary 11000001 10010001 10010101 0 11001 10111 11000 101100011 11100 1000010

Color Harmonies of #C19195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19195

Black with #C19195

Text Example


Text Example

White with #C19195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19195; }

 p { color: rgb(193,145,149); }

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

background-color css

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

 a { background-color: rgb(193,145,149); }

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

border-color css

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

 span { border-color: rgb(193,145,149); }

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