#C3A278

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

Shades of Rodeo Dust #C3A278

Tints of Rodeo Dust #C3A278

Color information

#C3A278 (or 0xC3A278) is unknown color: approx Rodeo Dust. HEX triplet: C3, A2 and 78. RGB value is (195,162,120). Sum of RGB (Red+Green+Blue) = 195+162+120=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A278 is #3C5D87. Grayscale: #A7A7A7. Windows color (decimal): -3956104 or 7905987. OLE color: 7905987.

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

Color convert

RGB195162120-
CMYK00.170.380.24
HSL33.6º38.46%61.76%-
HSV(B)33.6º38.46%76.47%-
XYZ38.8238.823.21-
YUV167.08101.43147.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=40.88%
G=33.96%
B=25.16%

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
Decimal19516212000.170.380.2433.638.4661.76
HexC3A278011261822263e
Octal3032421700214630424676
Binary1100001110100010111100001000110011011000100010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A278; }

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

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

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

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

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

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

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

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