Html Css Color HEX #C49E87 Rodeo Dust

📋 copy color: '#C49E87'

red 196 ◦ green 158 ◦ blue 135

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

Shades of Rodeo Dust #C49E87

Tints of Rodeo Dust #C49E87

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.31%

 BLUE value IS 135 (53.13% from 255) = 27.61%

R = 40.08%
G = 32.31%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C49E87 (or 0xC49E87) is known color: Rodeo Dust. HEX triplet: C4, 9E and 87. RGB value is (196,158,135). Sum of RGB (Red+Green+Blue) = 196+158+135=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E87 is #3B6178. Grayscale: #A6A6A6. Windows color (decimal): -3891577 or 8888004. OLE color: 8888004.

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

Color convert

RGB 196 158 135 -
CMYK 0 0.19 0.31 0.23
HSL 22.62º 0.34% 0.65% -
HSV(B) 22.62º 0.31% 0.77% -
XYZ 39.36 37.94 28.17 -
YUV 166.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 196 158 135 0 0.19 0.31 0.23 22.62 0.34 0.65
Hex C4 9E 87 0 13 1F 17 17 22 41
Octal 304 236 207 0 23 37 27 27 42 101
Binary 11000100 10011110 10000111 0 10011 11111 10111 10111 100010 1000001

Color Harmonies of #C49E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E87

Black with #C49E87

Text Example


Text Example

White with #C49E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E87; }

 p { color: rgb(196,158,135); }

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

background-color css

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

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

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

border-color css

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

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

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