#C3A178

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

Shades of Rodeo Dust #C3A178

Tints of Rodeo Dust #C3A178

Color information

#C3A178 (or 0xC3A178) is unknown color: approx Rodeo Dust. HEX triplet: C3, A1 and 78. RGB value is (195,161,120). Sum of RGB (Red+Green+Blue) = 195+161+120=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A178 is #3C5E87. Grayscale: #A6A6A6. Windows color (decimal): -3956360 or 7905731. OLE color: 7905731.

HSL color Cylindrical-coordinate representation of color #C3A178: hue angle of 32.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3A178 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB195161120-
CMYK00.170.380.24
HSL32.8º38.46%61.76%-
HSV(B)32.8º38.46%76.47%-
XYZ38.6438.4523.15-
YUV166.49101.76148.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=40.97%
G=33.82%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516112000.170.380.2432.838.4661.76
HexC3A178011261821263e
Octal3032411700214630414676
Binary1100001110100001111100001000110011011000100001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A178; }

 p { color: rgb(195,161,120); }

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

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

 a { background-color: rgb(195,161,120); }

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

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

 span { border-color: rgb(195,161,120); }

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