#C7A378

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

Shades of Rodeo Dust #C7A378

Tints of Rodeo Dust #C7A378

Color information

#C7A378 (or 0xC7A378) is unknown color: approx Rodeo Dust. HEX triplet: C7, A3 and 78. RGB value is (199,163,120). Sum of RGB (Red+Green+Blue) = 199+163+120=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A378 is #385C87. Grayscale: #A9A9A9. Windows color (decimal): -3693704 or 7906247. OLE color: 7906247.

HSL color Cylindrical-coordinate representation of color #C7A378: hue angle of 32.66º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7A378 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199163120-
CMYK00.180.400.22
HSL32.66º41.36%62.55%-
HSV(B)32.66º39.7%78.04%-
XYZ40.0439.6923.32-
YUV168.86100.43149.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=41.29%
G=33.82%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916312000.180.400.2232.6641.3662.55
HexC7A378012281621293f
Octal3072431700225026415177
Binary1100011110100011111100001001010100010110100001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A378; }

 p { color: rgb(199,163,120); }

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

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

 a { background-color: rgb(199,163,120); }

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

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

 span { border-color: rgb(199,163,120); }

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