Html Css Color HEX #C1A57D Rodeo Dust

📋 copy color: '#C1A57D'

red 193 ◦ green 165 ◦ blue 125

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

Shades of Rodeo Dust #C1A57D

Tints of Rodeo Dust #C1A57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 39.96%
G = 34.16%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1A57D (or 0xC1A57D) is known color: Rodeo Dust. HEX triplet: C1, A5 and 7D. RGB value is (193,165,125). Sum of RGB (Red+Green+Blue) = 193+165+125=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A57D is #3E5A82. Grayscale: #A9A9A9. Windows color (decimal): -4086403 or 8234433. OLE color: 8234433.

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

Color convert

RGB 193 165 125 -
CMYK 0 0.15 0.35 0.24
HSL 35.29º 0.35% 0.62% -
HSV(B) 35.29º 0.35% 0.76% -
XYZ 39.15 39.73 25.01 -
YUV 168.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 193 165 125 0 0.15 0.35 0.24 35.29 0.35 0.62
Hex C1 A5 7D 0 F 23 18 23 23 3E
Octal 301 245 175 0 17 43 30 43 43 76
Binary 11000001 10100101 1111101 0 1111 100011 11000 100011 100011 111110

Color Harmonies of #C1A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A57D

Black with #C1A57D

Text Example


Text Example

White with #C1A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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