#C8AB8A

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

Shades of Rodeo Dust #C8AB8A

Tints of Rodeo Dust #C8AB8A

Color information

#C8AB8A (or 0xC8AB8A) is unknown color: approx Rodeo Dust. HEX triplet: C8, AB and 8A. RGB value is (200,171,138). Sum of RGB (Red+Green+Blue) = 200+171+138=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB8A is #375475. Grayscale: #B0B0B0. Windows color (decimal): -3626102 or 9087944. OLE color: 9087944.

HSL color Cylindrical-coordinate representation of color #C8AB8A: hue angle of 31.94º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8AB8A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB200171138-
CMYK00.140.310.22
HSL31.94º36.05%66.27%-
HSV(B)31.94º31%78.43%-
XYZ42.9743.2430.13-
YUV175.91106.61145.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=39.29%
G=33.60%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017113800.140.310.2231.9436.0566.27
HexC8AB8A0E1F16202442
Octal31025321201637264044102
Binary1100100010101011100010100111011111101101000001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB8A; }

 p { color: rgb(200,171,138); }

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

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

 a { background-color: rgb(200,171,138); }

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

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

 span { border-color: rgb(200,171,138); }

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