Html Css Color HEX #C19191 Rosy Brown

📋 copy color: '#C19191'

red 193 ◦ green 145 ◦ blue 145

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

Shades of Rosy Brown #C19191

Tints of Rosy Brown #C19191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 39.96%
G = 30.02%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C19191 (or 0xC19191) is known color: Rosy Brown. HEX triplet: C1, 91 and 91. RGB value is (193,145,145). Sum of RGB (Red+Green+Blue) = 193+145+145=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C19191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19191 is #3E6E6E. Grayscale: #9F9F9F. Windows color (decimal): -4091503 or 9540033. OLE color: 9540033.

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

Color convert

RGB 193 145 145 -
CMYK 0 0.25 0.25 0.24
HSL 0.28% 0.66% -
HSV(B) 0.25% 0.76% -
XYZ 37.23 33.63 31.32 -
YUV 159.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 193 145 145 0 0.25 0.25 0.24 0 0.28 0.66
Hex C1 91 91 0 19 19 18 0 1C 42
Octal 301 221 221 0 31 31 30 0 34 102
Binary 11000001 10010001 10010001 0 11001 11001 11000 0 11100 1000010

Color Harmonies of #C19191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19191

Black with #C19191

Text Example


Text Example

White with #C19191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19191; }

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

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

background-color css

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

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

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

border-color css

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

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

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