#C7A384

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

Shades of Rodeo Dust #C7A384

Tints of Rodeo Dust #C7A384

Color information

#C7A384 (or 0xC7A384) is unknown color: approx Rodeo Dust. HEX triplet: C7, A3 and 84. RGB value is (199,163,132). Sum of RGB (Red+Green+Blue) = 199+163+132=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A384 is #385C7B. Grayscale: #AAAAAA. Windows color (decimal): -3693692 or 8692679. OLE color: 8692679.

HSL color Cylindrical-coordinate representation of color #C7A384: hue angle of 27.76º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A384 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB199163132-
CMYK00.180.340.22
HSL27.76º37.43%64.9%-
HSV(B)27.76º33.67%78.04%-
XYZ40.824027.4-
YUV170.23106.43148.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=40.28%
G=33.00%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916313200.180.340.2227.7637.4364.9
HexC7A38401222161c2541
Octal30724320402242263445101
Binary11000111101000111000010001001010001010110111001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A384; }

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

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

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

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

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

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

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

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