Html Css Color HEX #C19595 Rosy Brown

📋 copy color: '#C19595'

red 193 ◦ green 149 ◦ blue 149

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

Shades of Rosy Brown #C19595

Tints of Rosy Brown #C19595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 39.31%
G = 30.35%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C19595 (or 0xC19595) is known color: Rosy Brown. HEX triplet: C1, 95 and 95. RGB value is (193,149,149). Sum of RGB (Red+Green+Blue) = 193+149+149=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C19595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19595 is #3E6A6A. Grayscale: #A2A2A2. Windows color (decimal): -4090475 or 9803201. OLE color: 9803201.

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

Color convert

RGB 193 149 149 -
CMYK 0 0.23 0.23 0.24
HSL 0.26% 0.67% -
HSV(B) 0.23% 0.76% -
XYZ 38.16 35 33.18 -
YUV 162.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 193 149 149 0 0.23 0.23 0.24 0 0.26 0.67
Hex C1 95 95 0 17 17 18 0 1A 43
Octal 301 225 225 0 27 27 30 0 32 103
Binary 11000001 10010101 10010101 0 10111 10111 11000 0 11010 1000011

Color Harmonies of #C19595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19595

Black with #C19595

Text Example


Text Example

White with #C19595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19595; }

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

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

background-color css

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

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

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

border-color css

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

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

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