Html Css Color HEX #C59193 Careys Pink

📋 copy color: '#C59193'

red 197 ◦ green 145 ◦ blue 147

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

Shades of Careys Pink #C59193

Tints of Careys Pink #C59193

RGB

 RED value IS 197 (77.34% from 255) = 40.29%

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

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 40.29%
G = 29.65%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C59193 (or 0xC59193) is known color: Careys Pink. HEX triplet: C5, 91 and 93. RGB value is (197,145,147). Sum of RGB (Red+Green+Blue) = 197+145+147=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C59193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59193 is #3A6E6C. Grayscale: #A0A0A0. Windows color (decimal): -3829357 or 9671109. OLE color: 9671109.

HSL color Cylindrical-coordinate representation of color #C59193: hue angle of 357.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59193 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 147 -
CMYK 0 0.26 0.25 0.23
HSL 357.69º 0.31% 0.67% -
HSV(B) 357.69º 0.26% 0.77% -
XYZ 38.42 34.23 32.19 -
YUV 160.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 197 145 147 0 0.26 0.25 0.23 357.69 0.31 0.67
Hex C5 91 93 0 1A 19 17 166 1F 43
Octal 305 221 223 0 32 31 27 546 37 103
Binary 11000101 10010001 10010011 0 11010 11001 10111 101100110 11111 1000011

Color Harmonies of #C59193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59193

Black with #C59193

Text Example


Text Example

White with #C59193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59193; }

 p { color: rgb(197,145,147); }

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

background-color css

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

 a { background-color: rgb(197,145,147); }

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

border-color css

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

 span { border-color: rgb(197,145,147); }

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