Html Css Color HEX #C19291 Rosy Brown

📋 copy color: '#C19291'

red 193 ◦ green 146 ◦ blue 145

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

Shades of Rosy Brown #C19291

Tints of Rosy Brown #C19291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

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

R = 39.88%
G = 30.17%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C19291 (or 0xC19291) is known color: Rosy Brown. HEX triplet: C1, 92 and 91. RGB value is (193,146,145). Sum of RGB (Red+Green+Blue) = 193+146+145=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C19291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19291 is #3E6D6E. Grayscale: #9F9F9F. Windows color (decimal): -4091247 or 9540289. OLE color: 9540289.

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

Color convert

RGB 193 146 145 -
CMYK 0 0.24 0.25 0.24
HSL 1.25º 0.28% 0.66% -
HSV(B) 1.25º 0.25% 0.76% -
XYZ 37.38 33.94 31.37 -
YUV 159.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 193 146 145 0 0.24 0.25 0.24 1.25 0.28 0.66
Hex C1 92 91 0 18 19 18 1 1C 42
Octal 301 222 221 0 30 31 30 1 34 102
Binary 11000001 10010010 10010001 0 11000 11001 11000 1 11100 1000010

Color Harmonies of #C19291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19291

Black with #C19291

Text Example


Text Example

White with #C19291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19291; }

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

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

background-color css

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

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

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

border-color css

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

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

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