#C3A38D

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

Shades of Rodeo Dust #C3A38D

Tints of Rodeo Dust #C3A38D

Color information

#C3A38D (or 0xC3A38D) is unknown color: approx Rodeo Dust. HEX triplet: C3, A3 and 8D. RGB value is (195,163,141). Sum of RGB (Red+Green+Blue) = 195+163+141=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A38D is #3C5C72. Grayscale: #AAAAAA. Windows color (decimal): -3955827 or 9282499. OLE color: 9282499.

HSL color Cylindrical-coordinate representation of color #C3A38D: hue angle of 24.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A38D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195163141-
CMYK00.160.280.24
HSL24.44º31.03%65.88%-
HSV(B)24.44º27.69%76.47%-
XYZ40.4139.7230.74-
YUV170.06111.6145.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=39.08%
G=32.67%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516314100.160.280.2424.4431.0365.88
HexC3A38D0101C18181f42
Octal30324321502034303037102
Binary110000111010001110001101010000111001100011000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A38D; }

 p { color: rgb(195,163,141); }

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

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

 a { background-color: rgb(195,163,141); }

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

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

 span { border-color: rgb(195,163,141); }

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