Html Css Color HEX #C49E7F Rodeo Dust

📋 copy color: '#C49E7F'

red 196 ◦ green 158 ◦ blue 127

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

Shades of Rodeo Dust #C49E7F

Tints of Rodeo Dust #C49E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.4%

R = 40.75%
G = 32.85%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C49E7F (or 0xC49E7F) is known color: Rodeo Dust. HEX triplet: C4, 9E and 7F. RGB value is (196,158,127). Sum of RGB (Red+Green+Blue) = 196+158+127=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E7F is #3B6180. Grayscale: #A5A5A5. Windows color (decimal): -3891585 or 8363716. OLE color: 8363716.

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

Color convert

RGB 196 158 127 -
CMYK 0 0.19 0.35 0.23
HSL 26.96º 0.37% 0.63% -
HSV(B) 26.96º 0.35% 0.77% -
XYZ 38.82 37.72 25.31 -
YUV 165.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 196 158 127 0 0.19 0.35 0.23 26.96 0.37 0.63
Hex C4 9E 7F 0 13 23 17 1B 25 3F
Octal 304 236 177 0 23 43 27 33 45 77
Binary 11000100 10011110 1111111 0 10011 100011 10111 11011 100101 111111

Color Harmonies of #C49E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E7F

Black with #C49E7F

Text Example


Text Example

White with #C49E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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