#C1A37B

Color #C1A37B Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C1A37B

Tints of Rodeo Dust #C1A37B

Color information

#C1A37B (or 0xC1A37B) is unknown color: approx Rodeo Dust. HEX triplet: C1, A3 and 7B. RGB value is (193,163,123). Sum of RGB (Red+Green+Blue) = 193+163+123=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A37B is #3E5C84. Grayscale: #A7A7A7. Windows color (decimal): -4086917 or 8102849. OLE color: 8102849.

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

Color convert

RGB193163123-
CMYK00.160.360.24
HSL34.29º36.08%61.96%-
HSV(B)34.29º36.27%75.69%-
XYZ38.6638.9624.22-
YUV167.41102.94146.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=40.29%
G=34.03%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316312300.160.360.2434.2936.0861.96
HexC1A37B010241822243e
Octal3012431730204430424476
Binary1100000110100011111101101000010010011000100010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A37B; }

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

 H1.HeaderClassName
 {
   color: #C1A37B;
 }
 .AnyTagClassName
 {
   color: #C1A37B;
 }
</style>
background-color css

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

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

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

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

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

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