Html Css Color HEX #C49795 Rosy Brown

📋 copy color: '#C49795'

red 196 ◦ green 151 ◦ blue 149

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

Shades of Rosy Brown #C49795

Tints of Rosy Brown #C49795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 39.52%
G = 30.44%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C49795 (or 0xC49795) is known color: Rosy Brown. HEX triplet: C4, 97 and 95. RGB value is (196,151,149). Sum of RGB (Red+Green+Blue) = 196+151+149=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C49795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49795 is #3B686A. Grayscale: #A4A4A4. Windows color (decimal): -3893355 or 9803716. OLE color: 9803716.

HSL color Cylindrical-coordinate representation of color #C49795: hue angle of 2.55º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49795 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 151 149 -
CMYK 0 0.23 0.24 0.23
HSL 2.55º 0.28% 0.68% -
HSV(B) 2.55º 0.24% 0.77% -
XYZ 39.26 36.04 33.32 -
YUV 164.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 196 151 149 0 0.23 0.24 0.23 2.55 0.28 0.68
Hex C4 97 95 0 17 18 17 3 1C 44
Octal 304 227 225 0 27 30 27 3 34 104
Binary 11000100 10010111 10010101 0 10111 11000 10111 11 11100 1000100

Color Harmonies of #C49795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49795

Black with #C49795

Text Example


Text Example

White with #C49795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49795; }

 p { color: rgb(196,151,149); }

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

background-color css

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

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

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

border-color css

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

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

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