#C3A279

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

Shades of Rodeo Dust #C3A279

Tints of Rodeo Dust #C3A279

Color information

#C3A279 (or 0xC3A279) is unknown color: approx Rodeo Dust. HEX triplet: C3, A2 and 79. RGB value is (195,162,121). Sum of RGB (Red+Green+Blue) = 195+162+121=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A279 is #3C5D86. Grayscale: #A7A7A7. Windows color (decimal): -3956103 or 7971523. OLE color: 7971523.

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

Color convert

RGB195162121-
CMYK00.170.380.24
HSL33.24º38.14%61.96%-
HSV(B)33.24º37.95%76.47%-
XYZ38.8838.8223.53-
YUV167.19101.93147.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=40.79%
G=33.89%
B=25.31%

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
Decimal19516212100.170.380.2433.2438.1461.96
HexC3A279011261821263e
Octal3032421710214630414676
Binary1100001110100010111100101000110011011000100001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A279; }

 p { color: rgb(195,162,121); }

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

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

 a { background-color: rgb(195,162,121); }

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

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

 span { border-color: rgb(195,162,121); }

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