#C2A67D

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

Shades of Rodeo Dust #C2A67D

Tints of Rodeo Dust #C2A67D

Color information

#C2A67D (or 0xC2A67D) is unknown color: approx Rodeo Dust. HEX triplet: C2, A6 and 7D. RGB value is (194,166,125). Sum of RGB (Red+Green+Blue) = 194+166+125=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A67D is #3D5982. Grayscale: #A9A9A9. Windows color (decimal): -4020611 or 8234690. OLE color: 8234690.

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

Color convert

RGB194166125-
CMYK00.140.360.24
HSL35.65º36.13%62.55%-
HSV(B)35.65º35.57%76.08%-
XYZ39.5940.2225.08-
YUV169.7102.78145.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=40%
G=34.23%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416612500.140.360.2435.6536.1362.55
HexC2A67D0E241824243f
Octal3022461750164430444477
Binary110000101010011011111010111010010011000100100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A67D; }

 p { color: rgb(194,166,125); }

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

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

 a { background-color: rgb(194,166,125); }

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

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

 span { border-color: rgb(194,166,125); }

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