Html Css Color HEX #C19194 Careys Pink

📋 copy color: '#C19194'

red 193 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #C19194

Tints of Careys Pink #C19194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 39.71%
G = 29.84%
B = 30.45%

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

#C19194 (or 0xC19194) is known color: Careys Pink. HEX triplet: C1, 91 and 94. RGB value is (193,145,148). Sum of RGB (Red+Green+Blue) = 193+145+148=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C19194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19194 is #3E6E6B. Grayscale: #9F9F9F. Windows color (decimal): -4091500 or 9736641. OLE color: 9736641.

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

Color convert

RGB 193 145 148 -
CMYK 0 0.25 0.23 0.24
HSL 356.25º 0.28% 0.66% -
HSV(B) 356.25º 0.25% 0.76% -
XYZ 37.46 33.73 32.55 -
YUV 159.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 193 145 148 0 0.25 0.23 0.24 356.25 0.28 0.66
Hex C1 91 94 0 19 17 18 164 1C 42
Octal 301 221 224 0 31 27 30 544 34 102
Binary 11000001 10010001 10010100 0 11001 10111 11000 101100100 11100 1000010

Color Harmonies of #C19194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19194

Black with #C19194

Text Example


Text Example

White with #C19194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19194; }

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

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

background-color css

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

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

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

border-color css

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

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

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