Html Css Color HEX #C5AB86 Rodeo Dust

📋 copy color: '#C5AB86'

red 197 ◦ green 171 ◦ blue 134

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

Shades of Rodeo Dust #C5AB86

Tints of Rodeo Dust #C5AB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

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

R = 39.24%
G = 34.06%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C5AB86 (or 0xC5AB86) is known color: Rodeo Dust. HEX triplet: C5, AB and 86. RGB value is (197,171,134). Sum of RGB (Red+Green+Blue) = 197+171+134=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB86 is #3A5479. Grayscale: #AEAEAE. Windows color (decimal): -3822714 or 8825797. OLE color: 8825797.

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

Color convert

RGB 197 171 134 -
CMYK 0 0.13 0.32 0.23
HSL 35.24º 0.35% 0.65% -
HSV(B) 35.24º 0.32% 0.77% -
XYZ 41.89 42.72 28.59 -
YUV 174.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 197 171 134 0 0.13 0.32 0.23 35.24 0.35 0.65
Hex C5 AB 86 0 D 20 17 23 23 41
Octal 305 253 206 0 15 40 27 43 43 101
Binary 11000101 10101011 10000110 0 1101 100000 10111 100011 100011 1000001

Color Harmonies of #C5AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB86

Black with #C5AB86

Text Example


Text Example

White with #C5AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB86; }

 p { color: rgb(197,171,134); }

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

background-color css

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

 a { background-color: rgb(197,171,134); }

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

border-color css

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

 span { border-color: rgb(197,171,134); }

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