Html Css Color HEX #C5A37E Rodeo Dust

📋 copy color: '#C5A37E'

red 197 ◦ green 163 ◦ blue 126

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

Shades of Rodeo Dust #C5A37E

Tints of Rodeo Dust #C5A37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 40.53%
G = 33.54%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5A37E (or 0xC5A37E) is known color: Rodeo Dust. HEX triplet: C5, A3 and 7E. RGB value is (197,163,126). Sum of RGB (Red+Green+Blue) = 197+163+126=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A37E is #3A5C81. Grayscale: #A9A9A9. Windows color (decimal): -3824770 or 8299461. OLE color: 8299461.

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

Color convert

RGB 197 163 126 -
CMYK 0 0.17 0.36 0.23
HSL 31.27º 0.38% 0.63% -
HSV(B) 31.27º 0.36% 0.77% -
XYZ 39.89 39.57 25.27 -
YUV 168.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 197 163 126 0 0.17 0.36 0.23 31.27 0.38 0.63
Hex C5 A3 7E 0 11 24 17 1F 26 3F
Octal 305 243 176 0 21 44 27 37 46 77
Binary 11000101 10100011 1111110 0 10001 100100 10111 11111 100110 111111

Color Harmonies of #C5A37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A37E

Black with #C5A37E

Text Example


Text Example

White with #C5A37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A37E; }

 p { color: rgb(197,163,126); }

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

background-color css

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

 a { background-color: rgb(197,163,126); }

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

border-color css

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

 span { border-color: rgb(197,163,126); }

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