#C8A48C

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

Shades of Rodeo Dust #C8A48C

Tints of Rodeo Dust #C8A48C

Color information

#C8A48C (or 0xC8A48C) is unknown color: approx Rodeo Dust. HEX triplet: C8, A4 and 8C. RGB value is (200,164,140). Sum of RGB (Red+Green+Blue) = 200+164+140=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A48C is #375B73. Grayscale: #ACACAC. Windows color (decimal): -3627892 or 9217224. OLE color: 9217224.

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

Color convert

RGB200164140-
CMYK00.180.30.22
HSL24º35.29%66.67%-
HSV(B)24º30%78.43%-
XYZ41.8340.7230.47-
YUV172.03109.93147.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=39.68%
G=32.54%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016414000.180.30.222435.2966.67
HexC8A48C0121E16182343
Octal31024421402236263043103
Binary1100100010100100100011000100101111010110110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A48C; }

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

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

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

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

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

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

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

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