#C3A07D

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

Shades of Rodeo Dust #C3A07D

Tints of Rodeo Dust #C3A07D

Color information

#C3A07D (or 0xC3A07D) is unknown color: approx Rodeo Dust. HEX triplet: C3, A0 and 7D. RGB value is (195,160,125). Sum of RGB (Red+Green+Blue) = 195+160+125=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A07D is #3C5F82. Grayscale: #A6A6A6. Windows color (decimal): -3956611 or 8233155. OLE color: 8233155.

HSL color Cylindrical-coordinate representation of color #C3A07D: hue angle of 30º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3A07D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195160125-
CMYK00.180.360.24
HSL30º36.84%62.75%-
HSV(B)30º35.9%76.47%-
XYZ38.7838.2224.74-
YUV166.48104.6148.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=40.62%
G=33.33%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516012500.180.360.243036.8462.75
HexC3A07D01224181e253f
Octal3032401750224430364577
Binary110000111010000011111010100101001001100011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A07D; }

 p { color: rgb(195,160,125); }

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

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

 a { background-color: rgb(195,160,125); }

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

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

 span { border-color: rgb(195,160,125); }

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