Html Css Color HEX #C19491 Rosy Brown

📋 copy color: '#C19491'

red 193 ◦ green 148 ◦ blue 145

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

Shades of Rosy Brown #C19491

Tints of Rosy Brown #C19491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

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

R = 39.71%
G = 30.45%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C19491 (or 0xC19491) is known color: Rosy Brown. HEX triplet: C1, 94 and 91. RGB value is (193,148,145). Sum of RGB (Red+Green+Blue) = 193+148+145=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C19491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19491 is #3E6B6E. Grayscale: #A1A1A1. Windows color (decimal): -4090735 or 9540801. OLE color: 9540801.

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

Color convert

RGB 193 148 145 -
CMYK 0 0.23 0.25 0.24
HSL 3.75º 0.28% 0.66% -
HSV(B) 3.75º 0.25% 0.76% -
XYZ 37.69 34.56 31.47 -
YUV 161.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 193 148 145 0 0.23 0.25 0.24 3.75 0.28 0.66
Hex C1 94 91 0 17 19 18 4 1C 42
Octal 301 224 221 0 27 31 30 4 34 102
Binary 11000001 10010100 10010001 0 10111 11001 11000 100 11100 1000010

Color Harmonies of #C19491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19491

Black with #C19491

Text Example


Text Example

White with #C19491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19491; }

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

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

background-color css

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

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

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

border-color css

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

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

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