Html Css Color HEX #C1A37D Rodeo Dust

📋 copy color: '#C1A37D'

red 193 ◦ green 163 ◦ blue 125

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

Shades of Rodeo Dust #C1A37D

Tints of Rodeo Dust #C1A37D

RGB

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

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

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

R = 40.12%
G = 33.89%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1A37D (or 0xC1A37D) is known color: Rodeo Dust. HEX triplet: C1, A3 and 7D. RGB value is (193,163,125). Sum of RGB (Red+Green+Blue) = 193+163+125=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A37D is #3E5C82. Grayscale: #A7A7A7. Windows color (decimal): -4086915 or 8233921. OLE color: 8233921.

HSL color Cylindrical-coordinate representation of color #C1A37D: hue angle of 33.53º 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 #C1A37D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 163 125 -
CMYK 0 0.16 0.35 0.24
HSL 33.53º 0.35% 0.62% -
HSV(B) 33.53º 0.35% 0.76% -
XYZ 38.79 39.01 24.89 -
YUV 167.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 193 163 125 0 0.16 0.35 0.24 33.53 0.35 0.62
Hex C1 A3 7D 0 10 23 18 22 23 3E
Octal 301 243 175 0 20 43 30 42 43 76
Binary 11000001 10100011 1111101 0 10000 100011 11000 100010 100011 111110

Color Harmonies of #C1A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A37D

Black with #C1A37D

Text Example


Text Example

White with #C1A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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