Html Css Color HEX #C19592 Rosy Brown

📋 copy color: '#C19592'

red 193 ◦ green 149 ◦ blue 146

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

Shades of Rosy Brown #C19592

Tints of Rosy Brown #C19592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.53%

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 39.55%
G = 30.53%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C19592 (or 0xC19592) is known color: Rosy Brown. HEX triplet: C1, 95 and 92. RGB value is (193,149,146). Sum of RGB (Red+Green+Blue) = 193+149+146=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C19592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19592 is #3E6A6D. Grayscale: #A1A1A1. Windows color (decimal): -4090478 or 9606593. OLE color: 9606593.

HSL color Cylindrical-coordinate representation of color #C19592: hue angle of 3.83º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19592 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 146 -
CMYK 0 0.23 0.24 0.24
HSL 3.83º 0.27% 0.66% -
HSV(B) 3.83º 0.24% 0.76% -
XYZ 37.93 34.91 31.93 -
YUV 161.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 193 149 146 0 0.23 0.24 0.24 3.83 0.27 0.66
Hex C1 95 92 0 17 18 18 4 1B 42
Octal 301 225 222 0 27 30 30 4 33 102
Binary 11000001 10010101 10010010 0 10111 11000 11000 100 11011 1000010

Color Harmonies of #C19592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19592

Black with #C19592

Text Example


Text Example

White with #C19592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19592; }

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

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

background-color css

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

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

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

border-color css

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

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

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