#C4A77D

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

Shades of Rodeo Dust #C4A77D

Tints of Rodeo Dust #C4A77D

Color information

#C4A77D (or 0xC4A77D) is unknown color: approx Rodeo Dust. HEX triplet: C4, A7 and 7D. RGB value is (196,167,125). Sum of RGB (Red+Green+Blue) = 196+167+125=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A77D is #3B5882. Grayscale: #ABABAB. Windows color (decimal): -3889283 or 8234948. OLE color: 8234948.

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

Color convert

RGB196167125-
CMYK00.150.360.23
HSL35.49º37.57%62.94%-
HSV(B)35.49º36.22%76.86%-
XYZ40.2940.8525.16-
YUV170.88102.11145.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=40.16%
G=34.22%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616712500.150.360.2335.4937.5762.94
HexC4A77D0F241723263f
Octal3042471750174427434677
Binary110001001010011111111010111110010010111100011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A77D; }

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

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

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

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

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

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

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

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