#C3A58B

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

Shades of Rodeo Dust #C3A58B

Tints of Rodeo Dust #C3A58B

Color information

#C3A58B (or 0xC3A58B) is unknown color: approx Rodeo Dust. HEX triplet: C3, A5 and 8B. RGB value is (195,165,139). Sum of RGB (Red+Green+Blue) = 195+165+139=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A58B is #3C5A74. Grayscale: #ABABAB. Windows color (decimal): -3955317 or 9151939. OLE color: 9151939.

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

Color convert

RGB195165139-
CMYK00.150.290.24
HSL27.86º31.82%65.49%-
HSV(B)27.86º28.72%76.47%-
XYZ40.6240.3830.08-
YUV171.01109.94145.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=39.08%
G=33.07%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516513900.150.290.2427.8631.8265.49
HexC3A58B0F1D181c2041
Octal30324521301735303440101
Binary110000111010010110001011011111110111000111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A58B; }

 p { color: rgb(195,165,139); }

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

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

 a { background-color: rgb(195,165,139); }

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

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

 span { border-color: rgb(195,165,139); }

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