#C3A68B

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

Shades of Rodeo Dust #C3A68B

Tints of Rodeo Dust #C3A68B

Color information

#C3A68B (or 0xC3A68B) is unknown color: approx Rodeo Dust. HEX triplet: C3, A6 and 8B. RGB value is (195,166,139). Sum of RGB (Red+Green+Blue) = 195+166+139=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A68B is #3C5974. Grayscale: #ABABAB. Windows color (decimal): -3955061 or 9152195. OLE color: 9152195.

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

Color convert

RGB195166139-
CMYK00.150.290.24
HSL28.93º31.82%65.49%-
HSV(B)28.93º28.72%76.47%-
XYZ40.840.7430.14-
YUV171.59109.61144.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=39%
G=33.2%
B=27.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516613900.150.290.2428.9331.8265.49
HexC3A68B0F1D181d2041
Octal30324621301735303540101
Binary110000111010011010001011011111110111000111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A68B; }

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

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

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

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

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

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

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

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