Html Css Color HEX #C19490 Rosy Brown

📋 copy color: '#C19490'

red 193 ◦ green 148 ◦ blue 144

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

Shades of Rosy Brown #C19490

Tints of Rosy Brown #C19490

RGB

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

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

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

R = 39.79%
G = 30.52%
B = 29.69%

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

#C19490 (or 0xC19490) is known color: Rosy Brown. HEX triplet: C1, 94 and 90. RGB value is (193,148,144). Sum of RGB (Red+Green+Blue) = 193+148+144=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C19490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19490 is #3E6B6F. Grayscale: #A1A1A1. Windows color (decimal): -4090736 or 9475265. OLE color: 9475265.

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

Color convert

RGB 193 148 144 -
CMYK 0 0.23 0.25 0.24
HSL 4.9º 0.28% 0.66% -
HSV(B) 4.9º 0.25% 0.76% -
XYZ 37.62 34.53 31.07 -
YUV 161 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 193 148 144 0 0.23 0.25 0.24 4.9 0.28 0.66
Hex C1 94 90 0 17 19 18 5 1C 42
Octal 301 224 220 0 27 31 30 5 34 102
Binary 11000001 10010100 10010000 0 10111 11001 11000 101 11100 1000010

Color Harmonies of #C19490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19490

Black with #C19490

Text Example


Text Example

White with #C19490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19490; }

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

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

background-color css

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

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

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

border-color css

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

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

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