#C3AB8F

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

Shades of Rodeo Dust #C3AB8F

Tints of Rodeo Dust #C3AB8F

Color information

#C3AB8F (or 0xC3AB8F) is unknown color: approx Rodeo Dust. HEX triplet: C3, AB and 8F. RGB value is (195,171,143). Sum of RGB (Red+Green+Blue) = 195+171+143=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB8F is #3C5470. Grayscale: #AFAFAF. Windows color (decimal): -3953777 or 9415619. OLE color: 9415619.

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

Color convert

RGB195171143-
CMYK00.120.270.24
HSL32.31º30.23%66.27%-
HSV(B)32.31º26.67%76.47%-
XYZ42.0342.7132.02-
YUV174.98109.95142.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=38.31%
G=33.60%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517114300.120.270.2432.3130.2366.27
HexC3AB8F0C1B18201e42
Octal30325321701433304036102
Binary110000111010101110001111011001101111000100000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB8F; }

 p { color: rgb(195,171,143); }

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

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

 a { background-color: rgb(195,171,143); }

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

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

 span { border-color: rgb(195,171,143); }

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