Html Css Color HEX #C49090 Rosy Brown

📋 copy color: '#C49090'

red 196 ◦ green 144 ◦ blue 144

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

Shades of Rosy Brown #C49090

Tints of Rosy Brown #C49090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.75%

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

R = 40.5%
G = 29.75%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C49090 (or 0xC49090) is known color: Rosy Brown. HEX triplet: C4, 90 and 90. RGB value is (196,144,144). Sum of RGB (Red+Green+Blue) = 196+144+144=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C49090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49090 is #3B6F6F. Grayscale: #9F9F9F. Windows color (decimal): -3895152 or 9474244. OLE color: 9474244.

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

Color convert

RGB 196 144 144 -
CMYK 0 0.27 0.27 0.23
HSL 0.31% 0.67% -
HSV(B) 0.27% 0.77% -
XYZ 37.77 33.7 30.9 -
YUV 159.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 196 144 144 0 0.27 0.27 0.23 0 0.31 0.67
Hex C4 90 90 0 1B 1B 17 0 1F 43
Octal 304 220 220 0 33 33 27 0 37 103
Binary 11000100 10010000 10010000 0 11011 11011 10111 0 11111 1000011

Color Harmonies of #C49090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49090

Black with #C49090

Text Example


Text Example

White with #C49090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49090; }

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

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

background-color css

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

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

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

border-color css

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

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

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