Html Css Color HEX #C7A786 Rodeo Dust

📋 copy color: '#C7A786'

red 199 ◦ green 167 ◦ blue 134

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

Shades of Rodeo Dust #C7A786

Tints of Rodeo Dust #C7A786

RGB

 RED value IS 199 (78.13% from 255) = 39.8%

 GREEN value IS 167 (65.63% from 255) = 33.4%

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

R = 39.8%
G = 33.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7A786 (or 0xC7A786) is known color: Rodeo Dust. HEX triplet: C7, A7 and 86. RGB value is (199,167,134). Sum of RGB (Red+Green+Blue) = 199+167+134=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A786 is #385879. Grayscale: #ACACAC. Windows color (decimal): -3692666 or 8824775. OLE color: 8824775.

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

Color convert

RGB 199 167 134 -
CMYK 0 0.16 0.33 0.22
HSL 30.46º 0.37% 0.65% -
HSV(B) 30.46º 0.33% 0.78% -
XYZ 41.67 41.5 28.37 -
YUV 172.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 199 167 134 0 0.16 0.33 0.22 30.46 0.37 0.65
Hex C7 A7 86 0 10 21 16 1E 25 41
Octal 307 247 206 0 20 41 26 36 45 101
Binary 11000111 10100111 10000110 0 10000 100001 10110 11110 100101 1000001

Color Harmonies of #C7A786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A786

Black with #C7A786

Text Example


Text Example

White with #C7A786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A786; }

 p { color: rgb(199,167,134); }

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

background-color css

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

 a { background-color: rgb(199,167,134); }

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

border-color css

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

 span { border-color: rgb(199,167,134); }

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