#C4A88C

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

Shades of Rodeo Dust #C4A88C

Tints of Rodeo Dust #C4A88C

Color information

#C4A88C (or 0xC4A88C) is unknown color: approx Rodeo Dust. HEX triplet: C4, A8 and 8C. RGB value is (196,168,140). Sum of RGB (Red+Green+Blue) = 196+168+140=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A88C is #3B5773. Grayscale: #ADADAD. Windows color (decimal): -3889012 or 9218244. OLE color: 9218244.

HSL color Cylindrical-coordinate representation of color #C4A88C: hue angle of 30º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4A88C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196168140-
CMYK00.140.290.23
HSL30º32.18%65.88%-
HSV(B)30º28.57%76.86%-
XYZ41.541.6330.66-
YUV173.18109.28144.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=38.89%
G=33.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616814000.140.290.233032.1865.88
HexC4A88C0E1D171e2042
Octal30425021401635273640102
Binary110001001010100010001100011101110110111111101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A88C; }

 p { color: rgb(196,168,140); }

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

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

 a { background-color: rgb(196,168,140); }

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

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

 span { border-color: rgb(196,168,140); }

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