Html Css Color HEX #C5A285 Rodeo Dust

📋 copy color: '#C5A285'

red 197 ◦ green 162 ◦ blue 133

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

Shades of Rodeo Dust #C5A285

Tints of Rodeo Dust #C5A285

RGB

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

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

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

R = 40.04%
G = 32.93%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C5A285 (or 0xC5A285) is known color: Rodeo Dust. HEX triplet: C5, A2 and 85. RGB value is (197,162,133). Sum of RGB (Red+Green+Blue) = 197+162+133=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A285 is #3A5D7A. Grayscale: #A9A9A9. Windows color (decimal): -3825019 or 8757957. OLE color: 8757957.

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

Color convert

RGB 197 162 133 -
CMYK 0 0.18 0.32 0.23
HSL 27.19º 0.36% 0.65% -
HSV(B) 27.19º 0.32% 0.77% -
XYZ 40.18 39.4 27.68 -
YUV 169.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 197 162 133 0 0.18 0.32 0.23 27.19 0.36 0.65
Hex C5 A2 85 0 12 20 17 1B 24 41
Octal 305 242 205 0 22 40 27 33 44 101
Binary 11000101 10100010 10000101 0 10010 100000 10111 11011 100100 1000001

Color Harmonies of #C5A285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A285

Black with #C5A285

Text Example


Text Example

White with #C5A285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A285; }

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

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

background-color css

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

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

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

border-color css

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

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

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