#C1A07B

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

Shades of Rodeo Dust #C1A07B

Tints of Rodeo Dust #C1A07B

Color information

#C1A07B (or 0xC1A07B) is unknown color: approx Rodeo Dust. HEX triplet: C1, A0 and 7B. RGB value is (193,160,123). Sum of RGB (Red+Green+Blue) = 193+160+123=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A07B is #3E5F84. Grayscale: #A5A5A5. Windows color (decimal): -4087685 or 8102081. OLE color: 8102081.

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

Color convert

RGB193160123-
CMYK00.170.360.24
HSL31.71º36.08%61.96%-
HSV(B)31.71º36.27%75.69%-
XYZ38.1437.9124.05-
YUV165.65103.93147.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=40.55%
G=33.61%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316012300.170.360.2431.7136.0861.96
HexC1A07B011241820243e
Octal3012401730214430404476
Binary1100000110100000111101101000110010011000100000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A07B; }

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

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

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

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

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

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

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

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