Html Css Color HEX #C5A57F Rodeo Dust

📋 copy color: '#C5A57F'

red 197 ◦ green 165 ◦ blue 127

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

Shades of Rodeo Dust #C5A57F

Tints of Rodeo Dust #C5A57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.74%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 40.29%
G = 33.74%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5A57F (or 0xC5A57F) is known color: Rodeo Dust. HEX triplet: C5, A5 and 7F. RGB value is (197,165,127). Sum of RGB (Red+Green+Blue) = 197+165+127=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A57F is #3A5A80. Grayscale: #AAAAAA. Windows color (decimal): -3824257 or 8365509. OLE color: 8365509.

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

Color convert

RGB 197 165 127 -
CMYK 0 0.16 0.36 0.23
HSL 32.57º 0.38% 0.64% -
HSV(B) 32.57º 0.36% 0.77% -
XYZ 40.31 40.31 25.74 -
YUV 170.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 197 165 127 0 0.16 0.36 0.23 32.57 0.38 0.64
Hex C5 A5 7F 0 10 24 17 21 26 40
Octal 305 245 177 0 20 44 27 41 46 100
Binary 11000101 10100101 1111111 0 10000 100100 10111 100001 100110 1000000

Color Harmonies of #C5A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A57F

Black with #C5A57F

Text Example


Text Example

White with #C5A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A57F; }

 p { color: rgb(197,165,127); }

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

background-color css

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

 a { background-color: rgb(197,165,127); }

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

border-color css

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

 span { border-color: rgb(197,165,127); }

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