#C3A37D

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

Shades of Rodeo Dust #C3A37D

Tints of Rodeo Dust #C3A37D

Color information

#C3A37D (or 0xC3A37D) is unknown color: approx Rodeo Dust. HEX triplet: C3, A3 and 7D. RGB value is (195,163,125). Sum of RGB (Red+Green+Blue) = 195+163+125=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A37D is #3C5C82. Grayscale: #A8A8A8. Windows color (decimal): -3955843 or 8233923. OLE color: 8233923.

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

Color convert

RGB195163125-
CMYK00.160.360.24
HSL32.57º36.84%62.75%-
HSV(B)32.57º35.9%76.47%-
XYZ39.339.2824.91-
YUV168.24103.6147.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 125 (49.22% from 255) = 25.88%
R=40.37%
G=33.75%
B=25.88%

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
Decimal19516312500.160.360.2432.5736.8462.75
HexC3A37D010241821253f
Octal3032431750204430414577
Binary1100001110100011111110101000010010011000100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A37D; }

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

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

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

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

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

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

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

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