#C8A490

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

Shades of Rodeo Dust #C8A490

Tints of Rodeo Dust #C8A490

Color information

#C8A490 (or 0xC8A490) is unknown color: approx Rodeo Dust. HEX triplet: C8, A4 and 90. RGB value is (200,164,144). Sum of RGB (Red+Green+Blue) = 200+164+144=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A490 is #375B6F. Grayscale: #ACACAC. Windows color (decimal): -3627888 or 9479368. OLE color: 9479368.

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

Color convert

RGB200164144-
CMYK00.180.280.22
HSL21.43º33.73%67.45%-
HSV(B)21.43º28%78.43%-
XYZ42.1340.8432.05-
YUV172.48111.93147.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=39.37%
G=32.28%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016414400.180.280.2221.4333.7367.45
HexC8A4900121C16152243
Octal31024422002234262542103
Binary1100100010100100100100000100101110010110101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A490; }

 p { color: rgb(200,164,144); }

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

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

 a { background-color: rgb(200,164,144); }

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

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

 span { border-color: rgb(200,164,144); }

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