#C3A67E

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

Shades of Rodeo Dust #C3A67E

Tints of Rodeo Dust #C3A67E

Color information

#C3A67E (or 0xC3A67E) is unknown color: approx Rodeo Dust. HEX triplet: C3, A6 and 7E. RGB value is (195,166,126). Sum of RGB (Red+Green+Blue) = 195+166+126=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A67E is #3C5981. Grayscale: #AAAAAA. Windows color (decimal): -3955074 or 8300227. OLE color: 8300227.

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

Color convert

RGB195166126-
CMYK00.150.350.24
HSL34.78º36.51%62.94%-
HSV(B)34.78º35.38%76.47%-
XYZ39.9140.3825.43-
YUV170.11103.11145.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=40.04%
G=34.09%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516612600.150.350.2434.7836.5162.94
HexC3A67E0F231823253f
Octal3032461760174330434577
Binary110000111010011011111100111110001111000100011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A67E; }

 p { color: rgb(195,166,126); }

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

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

 a { background-color: rgb(195,166,126); }

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

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

 span { border-color: rgb(195,166,126); }

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