Html Css Color HEX #C5A184 Rodeo Dust

📋 copy color: '#C5A184'

red 197 ◦ green 161 ◦ blue 132

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

Shades of Rodeo Dust #C5A184

Tints of Rodeo Dust #C5A184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.86%

 BLUE value IS 132 (51.95% from 255) = 26.94%

R = 40.2%
G = 32.86%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C5A184 (or 0xC5A184) is known color: Rodeo Dust. HEX triplet: C5, A1 and 84. RGB value is (197,161,132). Sum of RGB (Red+Green+Blue) = 197+161+132=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A184 is #3A5E7B. Grayscale: #A8A8A8. Windows color (decimal): -3825276 or 8692165. OLE color: 8692165.

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

Color convert

RGB 197 161 132 -
CMYK 0 0.18 0.33 0.23
HSL 26.77º 0.36% 0.65% -
HSV(B) 26.77º 0.33% 0.77% -
XYZ 39.94 39.03 27.26 -
YUV 168.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 197 161 132 0 0.18 0.33 0.23 26.77 0.36 0.65
Hex C5 A1 84 0 12 21 17 1B 24 41
Octal 305 241 204 0 22 41 27 33 44 101
Binary 11000101 10100001 10000100 0 10010 100001 10111 11011 100100 1000001

Color Harmonies of #C5A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A184

Black with #C5A184

Text Example


Text Example

White with #C5A184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A184; }

 p { color: rgb(197,161,132); }

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

background-color css

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

 a { background-color: rgb(197,161,132); }

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

border-color css

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

 span { border-color: rgb(197,161,132); }

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