Html Css Color HEX #C7A485 Rodeo Dust

📋 copy color: '#C7A485'

red 199 ◦ green 164 ◦ blue 133

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

Shades of Rodeo Dust #C7A485

Tints of Rodeo Dust #C7A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.06%

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

R = 40.12%
G = 33.06%
B = 26.81%

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

#C7A485 (or 0xC7A485) is known color: Rodeo Dust. HEX triplet: C7, A4 and 85. RGB value is (199,164,133). Sum of RGB (Red+Green+Blue) = 199+164+133=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A485 is #385B7A. Grayscale: #ABABAB. Windows color (decimal): -3693435 or 8758471. OLE color: 8758471.

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

Color convert

RGB 199 164 133 -
CMYK 0 0.18 0.33 0.22
HSL 28.18º 0.37% 0.65% -
HSV(B) 28.18º 0.33% 0.78% -
XYZ 41.06 40.39 27.82 -
YUV 170.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 199 164 133 0 0.18 0.33 0.22 28.18 0.37 0.65
Hex C7 A4 85 0 12 21 16 1C 25 41
Octal 307 244 205 0 22 41 26 34 45 101
Binary 11000111 10100100 10000101 0 10010 100001 10110 11100 100101 1000001

Color Harmonies of #C7A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A485

Black with #C7A485

Text Example


Text Example

White with #C7A485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A485; }

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

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

background-color css

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

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

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

border-color css

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

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

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