#C4A088

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

Shades of Rodeo Dust #C4A088

Tints of Rodeo Dust #C4A088

Color information

#C4A088 (or 0xC4A088) is unknown color: approx Rodeo Dust. HEX triplet: C4, A0 and 88. RGB value is (196,160,136). Sum of RGB (Red+Green+Blue) = 196+160+136=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A088 is #3B5F77. Grayscale: #A8A8A8. Windows color (decimal): -3891064 or 8954052. OLE color: 8954052.

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

Color convert

RGB196160136-
CMYK00.180.310.23
HSL24º33.71%65.1%-
HSV(B)24º30.61%76.86%-
XYZ39.7838.6528.66-
YUV168.03109.93147.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=39.84%
G=32.52%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616013600.180.310.232433.7165.1
HexC4A0880121F17182241
Octal30424021002237273042101
Binary1100010010100000100010000100101111110111110001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A088; }

 p { color: rgb(196,160,136); }

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

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

 a { background-color: rgb(196,160,136); }

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

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

 span { border-color: rgb(196,160,136); }

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