Html Css Color HEX #C49E82 Rodeo Dust

📋 copy color: '#C49E82'

red 196 ◦ green 158 ◦ blue 130

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

Shades of Rodeo Dust #C49E82

Tints of Rodeo Dust #C49E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 40.5%
G = 32.64%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C49E82 (or 0xC49E82) is known color: Rodeo Dust. HEX triplet: C4, 9E and 82. RGB value is (196,158,130). Sum of RGB (Red+Green+Blue) = 196+158+130=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E82 is #3B617D. Grayscale: #A6A6A6. Windows color (decimal): -3891582 or 8560324. OLE color: 8560324.

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

Color convert

RGB 196 158 130 -
CMYK 0 0.19 0.34 0.23
HSL 25.45º 0.36% 0.64% -
HSV(B) 25.45º 0.34% 0.77% -
XYZ 39.02 37.8 26.36 -
YUV 166.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 196 158 130 0 0.19 0.34 0.23 25.45 0.36 0.64
Hex C4 9E 82 0 13 22 17 19 24 40
Octal 304 236 202 0 23 42 27 31 44 100
Binary 11000100 10011110 10000010 0 10011 100010 10111 11001 100100 1000000

Color Harmonies of #C49E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E82

Black with #C49E82

Text Example


Text Example

White with #C49E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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