#C3A88A

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

Shades of Rodeo Dust #C3A88A

Tints of Rodeo Dust #C3A88A

Color information

#C3A88A (or 0xC3A88A) is unknown color: approx Rodeo Dust. HEX triplet: C3, A8 and 8A. RGB value is (195,168,138). Sum of RGB (Red+Green+Blue) = 195+168+138=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A88A is #3C5775. Grayscale: #ACACAC. Windows color (decimal): -3954550 or 9087171. OLE color: 9087171.

HSL color Cylindrical-coordinate representation of color #C3A88A: hue angle of 31.58º 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 #C3A88A is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195168138-
CMYK00.140.290.24
HSL31.58º32.2%65.29%-
HSV(B)31.58º29.23%76.47%-
XYZ41.141.4429.88-
YUV172.65108.45143.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=38.92%
G=33.53%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516813800.140.290.2431.5832.265.29
HexC3A88A0E1D18202041
Octal30325021201635304040101
Binary1100001110101000100010100111011101110001000001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A88A; }

 p { color: rgb(195,168,138); }

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

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

 a { background-color: rgb(195,168,138); }

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

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

 span { border-color: rgb(195,168,138); }

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