Html Css Color HEX #C4A079 Rodeo Dust

📋 copy color: '#C4A079'

red 196 ◦ green 160 ◦ blue 121

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

Shades of Rodeo Dust #C4A079

Tints of Rodeo Dust #C4A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.54%

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 41.09%
G = 33.54%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4A079 (or 0xC4A079) is known color: Rodeo Dust. HEX triplet: C4, A0 and 79. RGB value is (196,160,121). Sum of RGB (Red+Green+Blue) = 196+160+121=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A079 is #3B5F86. Grayscale: #A6A6A6. Windows color (decimal): -3891079 or 7971012. OLE color: 7971012.

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

Color convert

RGB 196 160 121 -
CMYK 0 0.18 0.38 0.23
HSL 31.2º 0.39% 0.62% -
HSV(B) 31.2º 0.38% 0.77% -
XYZ 38.79 38.26 23.43 -
YUV 166.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 196 160 121 0 0.18 0.38 0.23 31.2 0.39 0.62
Hex C4 A0 79 0 12 26 17 1F 27 3E
Octal 304 240 171 0 22 46 27 37 47 76
Binary 11000100 10100000 1111001 0 10010 100110 10111 11111 100111 111110

Color Harmonies of #C4A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A079

Black with #C4A079

Text Example


Text Example

White with #C4A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A079; }

 p { color: rgb(196,160,121); }

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

background-color css

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

 a { background-color: rgb(196,160,121); }

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

border-color css

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

 span { border-color: rgb(196,160,121); }

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