Html Css Color HEX #C5A284 Rodeo Dust

📋 copy color: '#C5A284'

red 197 ◦ green 162 ◦ blue 132

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

Shades of Rodeo Dust #C5A284

Tints of Rodeo Dust #C5A284

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.99%

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

R = 40.12%
G = 32.99%
B = 26.88%

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

#C5A284 (or 0xC5A284) is known color: Rodeo Dust. HEX triplet: C5, A2 and 84. RGB value is (197,162,132). Sum of RGB (Red+Green+Blue) = 197+162+132=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A284 is #3A5D7B. Grayscale: #A9A9A9. Windows color (decimal): -3825020 or 8692421. OLE color: 8692421.

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

Color convert

RGB 197 162 132 -
CMYK 0 0.18 0.33 0.23
HSL 27.69º 0.36% 0.65% -
HSV(B) 27.69º 0.33% 0.77% -
XYZ 40.11 39.38 27.32 -
YUV 169.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 197 162 132 0 0.18 0.33 0.23 27.69 0.36 0.65
Hex C5 A2 84 0 12 21 17 1C 24 41
Octal 305 242 204 0 22 41 27 34 44 101
Binary 11000101 10100010 10000100 0 10010 100001 10111 11100 100100 1000001

Color Harmonies of #C5A284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A284

Black with #C5A284

Text Example


Text Example

White with #C5A284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A284; }

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

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

background-color css

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

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

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

border-color css

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

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

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