#c4ab88

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

Shades of Rodeo Dust #C4AB88

Tints of Rodeo Dust #C4AB88

Color information

#C4AB88 (or 0xC4AB88) is unknown color: approx Rodeo Dust. HEX triplet: C4, AB and 88. RGB value is (196,171,136). Sum of RGB (Red+Green+Blue) = 196+171+136=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB88 is #3B5477. Grayscale: #AEAEAE. Windows color (decimal): -3888248 or 8956868. OLE color: 8956868.

HSL color Cylindrical-coordinate representation of color #C4AB88: hue angle of 35º 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 #C4AB88 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB196171136-
CMYK00.130.310.23
HSL35º33.71%65.1%-
HSV(B)35º30.61%76.86%-
XYZ41.7742.6429.32-
YUV174.48106.28143.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=38.97%
G=34.00%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617113600.130.310.233533.7165.1
HexC4AB880D1F17232241
Octal30425321001537274342101
Binary1100010010101011100010000110111111101111000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4ab88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4ab88; }

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

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

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

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

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

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

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

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