Html Css Color HEX #C5A487 Rodeo Dust

📋 copy color: '#C5A487'

red 197 ◦ green 164 ◦ blue 135

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

Shades of Rodeo Dust #C5A487

Tints of Rodeo Dust #C5A487

RGB

 RED value IS 197 (77.34% from 255) = 39.72%

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

 BLUE value IS 135 (53.13% from 255) = 27.22%

R = 39.72%
G = 33.06%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C5A487 (or 0xC5A487) is known color: Rodeo Dust. HEX triplet: C5, A4 and 87. RGB value is (197,164,135). Sum of RGB (Red+Green+Blue) = 197+164+135=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A487 is #3A5B78. Grayscale: #AAAAAA. Windows color (decimal): -3824505 or 8889541. OLE color: 8889541.

HSL color Cylindrical-coordinate representation of color #C5A487: hue angle of 28.06º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5A487 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 135 -
CMYK 0 0.17 0.31 0.23
HSL 28.06º 0.35% 0.65% -
HSV(B) 28.06º 0.31% 0.77% -
XYZ 40.67 40.17 28.53 -
YUV 170.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 197 164 135 0 0.17 0.31 0.23 28.06 0.35 0.65
Hex C5 A4 87 0 11 1F 17 1C 23 41
Octal 305 244 207 0 21 37 27 34 43 101
Binary 11000101 10100100 10000111 0 10001 11111 10111 11100 100011 1000001

Color Harmonies of #C5A487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A487

Black with #C5A487

Text Example


Text Example

White with #C5A487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A487; }

 p { color: rgb(197,164,135); }

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

background-color css

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

 a { background-color: rgb(197,164,135); }

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

border-color css

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

 span { border-color: rgb(197,164,135); }

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