Html Css Color HEX #C1A57C Rodeo Dust

📋 copy color: '#C1A57C'

red 193 ◦ green 165 ◦ blue 124

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

Shades of Rodeo Dust #C1A57C

Tints of Rodeo Dust #C1A57C

RGB

 RED value IS 193 (75.78% from 255) = 40.04%

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

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 40.04%
G = 34.23%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1A57C (or 0xC1A57C) is known color: Rodeo Dust. HEX triplet: C1, A5 and 7C. RGB value is (193,165,124). Sum of RGB (Red+Green+Blue) = 193+165+124=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A57C is #3E5A83. Grayscale: #A8A8A8. Windows color (decimal): -4086404 or 8168897. OLE color: 8168897.

HSL color Cylindrical-coordinate representation of color #C1A57C: hue angle of 35.65º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1A57C is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 124 -
CMYK 0 0.15 0.36 0.24
HSL 35.65º 0.36% 0.62% -
HSV(B) 35.65º 0.36% 0.76% -
XYZ 39.09 39.7 24.67 -
YUV 168.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 193 165 124 0 0.15 0.36 0.24 35.65 0.36 0.62
Hex C1 A5 7C 0 F 24 18 24 24 3E
Octal 301 245 174 0 17 44 30 44 44 76
Binary 11000001 10100101 1111100 0 1111 100100 11000 100100 100100 111110

Color Harmonies of #C1A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A57C

Black with #C1A57C

Text Example


Text Example

White with #C1A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A57C; }

 p { color: rgb(193,165,124); }

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

background-color css

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

 a { background-color: rgb(193,165,124); }

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

border-color css

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

 span { border-color: rgb(193,165,124); }

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