Html Css Color HEX #C49E7D Rodeo Dust

📋 copy color: '#C49E7D'

red 196 ◦ green 158 ◦ blue 125

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

Shades of Rodeo Dust #C49E7D

Tints of Rodeo Dust #C49E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 40.92%
G = 32.99%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C49E7D (or 0xC49E7D) is known color: Rodeo Dust. HEX triplet: C4, 9E and 7D. RGB value is (196,158,125). Sum of RGB (Red+Green+Blue) = 196+158+125=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E7D is #3B6182. Grayscale: #A5A5A5. Windows color (decimal): -3891587 or 8232644. OLE color: 8232644.

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

Color convert

RGB 196 158 125 -
CMYK 0 0.19 0.36 0.23
HSL 27.89º 0.38% 0.63% -
HSV(B) 27.89º 0.36% 0.77% -
XYZ 38.69 37.67 24.63 -
YUV 165.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 196 158 125 0 0.19 0.36 0.23 27.89 0.38 0.63
Hex C4 9E 7D 0 13 24 17 1C 26 3F
Octal 304 236 175 0 23 44 27 34 46 77
Binary 11000100 10011110 1111101 0 10011 100100 10111 11100 100110 111111

Color Harmonies of #C49E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E7D

Black with #C49E7D

Text Example


Text Example

White with #C49E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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