Html Css Color HEX #C7A386 Rodeo Dust

📋 copy color: '#C7A386'

red 199 ◦ green 163 ◦ blue 134

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

Shades of Rodeo Dust #C7A386

Tints of Rodeo Dust #C7A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.86%

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

R = 40.12%
G = 32.86%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7A386 (or 0xC7A386) is known color: Rodeo Dust. HEX triplet: C7, A3 and 86. RGB value is (199,163,134). Sum of RGB (Red+Green+Blue) = 199+163+134=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A386 is #385C79. Grayscale: #AAAAAA. Windows color (decimal): -3693690 or 8823751. OLE color: 8823751.

HSL color Cylindrical-coordinate representation of color #C7A386: hue angle of 26.77º 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 #C7A386 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 134 -
CMYK 0 0.18 0.33 0.22
HSL 26.77º 0.37% 0.65% -
HSV(B) 26.77º 0.33% 0.78% -
XYZ 40.95 40.06 28.13 -
YUV 170.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 199 163 134 0 0.18 0.33 0.22 26.77 0.37 0.65
Hex C7 A3 86 0 12 21 16 1B 25 41
Octal 307 243 206 0 22 41 26 33 45 101
Binary 11000111 10100011 10000110 0 10010 100001 10110 11011 100101 1000001

Color Harmonies of #C7A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A386

Black with #C7A386

Text Example


Text Example

White with #C7A386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A386; }

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

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

background-color css

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

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

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

border-color css

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

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

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