Html Css Color HEX #C49D7F Rodeo Dust

📋 copy color: '#C49D7F'

red 196 ◦ green 157 ◦ blue 127

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

Shades of Rodeo Dust #C49D7F

Tints of Rodeo Dust #C49D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

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

R = 40.83%
G = 32.71%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C49D7F (or 0xC49D7F) is known color: Rodeo Dust. HEX triplet: C4, 9D and 7F. RGB value is (196,157,127). Sum of RGB (Red+Green+Blue) = 196+157+127=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D7F is #3B6280. Grayscale: #A5A5A5. Windows color (decimal): -3891841 or 8363460. OLE color: 8363460.

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

Color convert

RGB 196 157 127 -
CMYK 0 0.20 0.35 0.23
HSL 26.09º 0.37% 0.63% -
HSV(B) 26.09º 0.35% 0.77% -
XYZ 38.65 37.38 25.26 -
YUV 165.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 196 157 127 0 0.20 0.35 0.23 26.09 0.37 0.63
Hex C4 9D 7F 0 14 23 17 1A 25 3F
Octal 304 235 177 0 24 43 27 32 45 77
Binary 11000100 10011101 1111111 0 10100 100011 10111 11010 100101 111111

Color Harmonies of #C49D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D7F

Black with #C49D7F

Text Example


Text Example

White with #C49D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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