Html Css Color HEX #C49190 Rosy Brown

📋 copy color: '#C49190'

red 196 ◦ green 145 ◦ blue 144

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

Shades of Rosy Brown #C49190

Tints of Rosy Brown #C49190

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

 GREEN value IS 145 (57.03% from 255) = 29.9%

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

R = 40.41%
G = 29.9%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C49190 (or 0xC49190) is known color: Rosy Brown. HEX triplet: C4, 91 and 90. RGB value is (196,145,144). Sum of RGB (Red+Green+Blue) = 196+145+144=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49190 is #3B6E6F. Grayscale: #A0A0A0. Windows color (decimal): -3894896 or 9474500. OLE color: 9474500.

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

Color convert

RGB 196 145 144 -
CMYK 0 0.26 0.27 0.23
HSL 1.15º 0.31% 0.67% -
HSV(B) 1.15º 0.27% 0.77% -
XYZ 37.92 34 30.95 -
YUV 160.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 196 145 144 0 0.26 0.27 0.23 1.15 0.31 0.67
Hex C4 91 90 0 1A 1B 17 1 1F 43
Octal 304 221 220 0 32 33 27 1 37 103
Binary 11000100 10010001 10010000 0 11010 11011 10111 1 11111 1000011

Color Harmonies of #C49190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49190

Black with #C49190

Text Example


Text Example

White with #C49190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49190; }

 p { color: rgb(196,145,144); }

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

background-color css

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

 a { background-color: rgb(196,145,144); }

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

border-color css

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

 span { border-color: rgb(196,145,144); }

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