Html Css Color HEX #C5A281 Rodeo Dust

📋 copy color: '#C5A281'

red 197 ◦ green 162 ◦ blue 129

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

Shades of Rodeo Dust #C5A281

Tints of Rodeo Dust #C5A281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.43%

R = 40.37%
G = 33.2%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C5A281 (or 0xC5A281) is known color: Rodeo Dust. HEX triplet: C5, A2 and 81. RGB value is (197,162,129). Sum of RGB (Red+Green+Blue) = 197+162+129=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A281 is #3A5D7E. Grayscale: #A8A8A8. Windows color (decimal): -3825023 or 8495813. OLE color: 8495813.

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

Color convert

RGB 197 162 129 -
CMYK 0 0.18 0.35 0.23
HSL 29.12º 0.37% 0.64% -
HSV(B) 29.12º 0.35% 0.77% -
XYZ 39.91 39.3 26.25 -
YUV 168.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 197 162 129 0 0.18 0.35 0.23 29.12 0.37 0.64
Hex C5 A2 81 0 12 23 17 1D 25 40
Octal 305 242 201 0 22 43 27 35 45 100
Binary 11000101 10100010 10000001 0 10010 100011 10111 11101 100101 1000000

Color Harmonies of #C5A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A281

Black with #C5A281

Text Example


Text Example

White with #C5A281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A281; }

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

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

background-color css

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

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

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

border-color css

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

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

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