#C4A87D

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

Shades of Rodeo Dust #C4A87D

Tints of Rodeo Dust #C4A87D

Color information

#C4A87D (or 0xC4A87D) is unknown color: approx Rodeo Dust. HEX triplet: C4, A8 and 7D. RGB value is (196,168,125). Sum of RGB (Red+Green+Blue) = 196+168+125=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A87D is #3B5782. Grayscale: #ABABAB. Windows color (decimal): -3889027 or 8235204. OLE color: 8235204.

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

Color convert

RGB196168125-
CMYK00.140.360.23
HSL36.34º37.57%62.94%-
HSV(B)36.34º36.22%76.86%-
XYZ40.4741.2225.23-
YUV171.47101.78145.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=40.08%
G=34.36%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616812500.140.360.2336.3437.5762.94
HexC4A87D0E241724263f
Octal3042501750164427444677
Binary110001001010100011111010111010010010111100100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A87D; }

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

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

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

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

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

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

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

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