#C8A18B

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

Shades of Rodeo Dust #C8A18B

Tints of Rodeo Dust #C8A18B

Color information

#C8A18B (or 0xC8A18B) is unknown color: approx Rodeo Dust. HEX triplet: C8, A1 and 8B. RGB value is (200,161,139). Sum of RGB (Red+Green+Blue) = 200+161+139=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A18B is #375E74. Grayscale: #AAAAAA. Windows color (decimal): -3628661 or 9150920. OLE color: 9150920.

HSL color Cylindrical-coordinate representation of color #C8A18B: hue angle of 21.64º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A18B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200161139-
CMYK00.190.300.22
HSL21.64º35.67%66.47%-
HSV(B)21.64º30.5%78.43%-
XYZ41.2239.6329.9-
YUV170.15110.42149.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=40%
G=32.2%
B=27.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016113900.190.300.2221.6435.6766.47
HexC8A18B0131E16162442
Octal31024121302336262644102
Binary1100100010100001100010110100111111010110101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A18B; }

 p { color: rgb(200,161,139); }

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

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

 a { background-color: rgb(200,161,139); }

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

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

 span { border-color: rgb(200,161,139); }

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