Html Css Color HEX #C19290 Rosy Brown

📋 copy color: '#C19290'

red 193 ◦ green 146 ◦ blue 144

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

Shades of Rosy Brown #C19290

Tints of Rosy Brown #C19290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 39.96%
G = 30.23%
B = 29.81%

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

#C19290 (or 0xC19290) is known color: Rosy Brown. HEX triplet: C1, 92 and 90. RGB value is (193,146,144). Sum of RGB (Red+Green+Blue) = 193+146+144=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C19290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19290 is #3E6D6F. Grayscale: #9F9F9F. Windows color (decimal): -4091248 or 9474753. OLE color: 9474753.

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

Color convert

RGB 193 146 144 -
CMYK 0 0.24 0.25 0.24
HSL 2.45º 0.28% 0.66% -
HSV(B) 2.45º 0.25% 0.76% -
XYZ 37.31 33.91 30.96 -
YUV 159.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 193 146 144 0 0.24 0.25 0.24 2.45 0.28 0.66
Hex C1 92 90 0 18 19 18 2 1C 42
Octal 301 222 220 0 30 31 30 2 34 102
Binary 11000001 10010010 10010000 0 11000 11001 11000 10 11100 1000010

Color Harmonies of #C19290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19290

Black with #C19290

Text Example


Text Example

White with #C19290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19290; }

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

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

background-color css

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

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

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

border-color css

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

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

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