Html Css Color HEX #C4A279 Rodeo Dust

📋 copy color: '#C4A279'

red 196 ◦ green 162 ◦ blue 121

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

Shades of Rodeo Dust #C4A279

Tints of Rodeo Dust #C4A279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.82%

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

R = 40.92%
G = 33.82%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4A279 (or 0xC4A279) is known color: Rodeo Dust. HEX triplet: C4, A2 and 79. RGB value is (196,162,121). Sum of RGB (Red+Green+Blue) = 196+162+121=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A279 is #3B5D86. Grayscale: #A7A7A7. Windows color (decimal): -3890567 or 7971524. OLE color: 7971524.

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

Color convert

RGB 196 162 121 -
CMYK 0 0.17 0.38 0.23
HSL 32.8º 0.39% 0.62% -
HSV(B) 32.8º 0.38% 0.77% -
XYZ 39.14 38.96 23.55 -
YUV 167.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 196 162 121 0 0.17 0.38 0.23 32.8 0.39 0.62
Hex C4 A2 79 0 11 26 17 21 27 3E
Octal 304 242 171 0 21 46 27 41 47 76
Binary 11000100 10100010 1111001 0 10001 100110 10111 100001 100111 111110

Color Harmonies of #C4A279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A279

Black with #C4A279

Text Example


Text Example

White with #C4A279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A279; }

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

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

background-color css

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

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

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

border-color css

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

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

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