Html Css Color HEX #C7AA85 Rodeo Dust

📋 copy color: '#C7AA85'

red 199 ◦ green 170 ◦ blue 133

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

Shades of Rodeo Dust #C7AA85

Tints of Rodeo Dust #C7AA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 39.64%
G = 33.86%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7AA85 (or 0xC7AA85) is known color: Rodeo Dust. HEX triplet: C7, AA and 85. RGB value is (199,170,133). Sum of RGB (Red+Green+Blue) = 199+170+133=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AA85 is #38557A. Grayscale: #AEAEAE. Windows color (decimal): -3691899 or 8760007. OLE color: 8760007.

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

Color convert

RGB 199 170 133 -
CMYK 0 0.15 0.33 0.22
HSL 33.64º 0.37% 0.65% -
HSV(B) 33.64º 0.33% 0.78% -
XYZ 42.16 42.59 28.19 -
YUV 174.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 199 170 133 0 0.15 0.33 0.22 33.64 0.37 0.65
Hex C7 AA 85 0 F 21 16 22 25 41
Octal 307 252 205 0 17 41 26 42 45 101
Binary 11000111 10101010 10000101 0 1111 100001 10110 100010 100101 1000001

Color Harmonies of #C7AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA85

Black with #C7AA85

Text Example


Text Example

White with #C7AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA85; }

 p { color: rgb(199,170,133); }

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

background-color css

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

 a { background-color: rgb(199,170,133); }

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

border-color css

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

 span { border-color: rgb(199,170,133); }

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