Html Css Color HEX #C49392 Rosy Brown

📋 copy color: '#C49392'

red 196 ◦ green 147 ◦ blue 146

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

Shades of Rosy Brown #C49392

Tints of Rosy Brown #C49392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 40.08%
G = 30.06%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C49392 (or 0xC49392) is known color: Rosy Brown. HEX triplet: C4, 93 and 92. RGB value is (196,147,146). Sum of RGB (Red+Green+Blue) = 196+147+146=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C49392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49392 is #3B6C6D. Grayscale: #A1A1A1. Windows color (decimal): -3894382 or 9606084. OLE color: 9606084.

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

Color convert

RGB 196 147 146 -
CMYK 0 0.25 0.26 0.23
HSL 1.2º 0.3% 0.67% -
HSV(B) 1.2º 0.26% 0.77% -
XYZ 38.39 34.68 31.86 -
YUV 161.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 196 147 146 0 0.25 0.26 0.23 1.2 0.3 0.67
Hex C4 93 92 0 19 1A 17 1 1E 43
Octal 304 223 222 0 31 32 27 1 36 103
Binary 11000100 10010011 10010010 0 11001 11010 10111 1 11110 1000011

Color Harmonies of #C49392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49392

Black with #C49392

Text Example


Text Example

White with #C49392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49392; }

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

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

background-color css

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

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

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

border-color css

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

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

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