Html Css Color HEX #C6AA86 Rodeo Dust

📋 copy color: '#C6AA86'

red 198 ◦ green 170 ◦ blue 134

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

Shades of Rodeo Dust #C6AA86

Tints of Rodeo Dust #C6AA86

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 39.44%
G = 33.86%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C6AA86 (or 0xC6AA86) is known color: Rodeo Dust. HEX triplet: C6, AA and 86. RGB value is (198,170,134). Sum of RGB (Red+Green+Blue) = 198+170+134=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA86 is #395579. Grayscale: #AEAEAE. Windows color (decimal): -3757434 or 8825542. OLE color: 8825542.

HSL color Cylindrical-coordinate representation of color #C6AA86: hue angle of 33.75º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6AA86 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 134 -
CMYK 0 0.14 0.32 0.22
HSL 33.75º 0.36% 0.65% -
HSV(B) 33.75º 0.32% 0.78% -
XYZ 41.97 42.48 28.54 -
YUV 174.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 198 170 134 0 0.14 0.32 0.22 33.75 0.36 0.65
Hex C6 AA 86 0 E 20 16 22 24 41
Octal 306 252 206 0 16 40 26 42 44 101
Binary 11000110 10101010 10000110 0 1110 100000 10110 100010 100100 1000001

Color Harmonies of #C6AA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA86

Black with #C6AA86

Text Example


Text Example

White with #C6AA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA86; }

 p { color: rgb(198,170,134); }

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

background-color css

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

 a { background-color: rgb(198,170,134); }

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

border-color css

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

 span { border-color: rgb(198,170,134); }

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