Html Css Color HEX #C7A985 Rodeo Dust

📋 copy color: '#C7A985'

red 199 ◦ green 169 ◦ blue 133

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

Shades of Rodeo Dust #C7A985

Tints of Rodeo Dust #C7A985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.73%

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

R = 39.72%
G = 33.73%
B = 26.55%

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

#C7A985 (or 0xC7A985) is known color: Rodeo Dust. HEX triplet: C7, A9 and 85. RGB value is (199,169,133). Sum of RGB (Red+Green+Blue) = 199+169+133=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A985 is #38567A. Grayscale: #AEAEAE. Windows color (decimal): -3692155 or 8759751. OLE color: 8759751.

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

Color convert

RGB 199 169 133 -
CMYK 0 0.15 0.33 0.22
HSL 32.73º 0.37% 0.65% -
HSV(B) 32.73º 0.33% 0.78% -
XYZ 41.97 42.21 28.13 -
YUV 173.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 199 169 133 0 0.15 0.33 0.22 32.73 0.37 0.65
Hex C7 A9 85 0 F 21 16 21 25 41
Octal 307 251 205 0 17 41 26 41 45 101
Binary 11000111 10101001 10000101 0 1111 100001 10110 100001 100101 1000001

Color Harmonies of #C7A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A985

Black with #C7A985

Text Example


Text Example

White with #C7A985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A985; }

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

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

background-color css

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

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

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

border-color css

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

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

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