#C8A384

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

Shades of Rodeo Dust #C8A384

Tints of Rodeo Dust #C8A384

Color information

#C8A384 (or 0xC8A384) is unknown color: approx Rodeo Dust. HEX triplet: C8, A3 and 84. RGB value is (200,163,132). Sum of RGB (Red+Green+Blue) = 200+163+132=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A384 is #375C7B. Grayscale: #AAAAAA. Windows color (decimal): -3628156 or 8692680. OLE color: 8692680.

HSL color Cylindrical-coordinate representation of color #C8A384: hue angle of 27.35º degrees, saturation: 0.38, 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 #C8A384 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200163132-
CMYK00.180.340.22
HSL27.35º38.2%65.1%-
HSV(B)27.35º34%78.43%-
XYZ41.0840.1427.41-
YUV170.53106.26149.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=40.40%
G=32.93%
B=26.67%

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
Decimal20016313200.180.340.2227.3538.265.1
HexC8A38401222161b2641
Octal31024320402242263346101
Binary11001000101000111000010001001010001010110110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A384; }

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

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

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

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

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

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

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

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