Html Css Color HEX #C49390 Rosy Brown

📋 copy color: '#C49390'

red 196 ◦ green 147 ◦ blue 144

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

Shades of Rosy Brown #C49390

Tints of Rosy Brown #C49390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.18%

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

R = 40.25%
G = 30.18%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C49390 (or 0xC49390) is known color: Rosy Brown. HEX triplet: C4, 93 and 90. RGB value is (196,147,144). Sum of RGB (Red+Green+Blue) = 196+147+144=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C49390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49390 is #3B6C6F. Grayscale: #A1A1A1. Windows color (decimal): -3894384 or 9475012. OLE color: 9475012.

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

Color convert

RGB 196 147 144 -
CMYK 0 0.25 0.27 0.23
HSL 3.46º 0.31% 0.67% -
HSV(B) 3.46º 0.27% 0.77% -
XYZ 38.23 34.62 31.05 -
YUV 161.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 196 147 144 0 0.25 0.27 0.23 3.46 0.31 0.67
Hex C4 93 90 0 19 1B 17 3 1F 43
Octal 304 223 220 0 31 33 27 3 37 103
Binary 11000100 10010011 10010000 0 11001 11011 10111 11 11111 1000011

Color Harmonies of #C49390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49390

Black with #C49390

Text Example


Text Example

White with #C49390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49390; }

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

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

background-color css

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

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

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

border-color css

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

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

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