#C7A28E

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

Shades of Rodeo Dust #C7A28E

Tints of Rodeo Dust #C7A28E

Color information

#C7A28E (or 0xC7A28E) is unknown color: approx Rodeo Dust. HEX triplet: C7, A2 and 8E. RGB value is (199,162,142). Sum of RGB (Red+Green+Blue) = 199+162+142=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A28E is #385D71. Grayscale: #AAAAAA. Windows color (decimal): -3693938 or 9347783. OLE color: 9347783.

HSL color Cylindrical-coordinate representation of color #C7A28E: hue angle of 21.05º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7A28E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199162142-
CMYK00.190.290.22
HSL21.05º33.73%66.86%-
HSV(B)21.05º28.64%78.04%-
XYZ41.3639.9431.12-
YUV170.78111.76148.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=39.56%
G=32.21%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916214200.190.290.2221.0533.7366.86
HexC7A28E0131D16152243
Octal30724221602335262542103
Binary1100011110100010100011100100111110110110101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A28E; }

 p { color: rgb(199,162,142); }

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

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

 a { background-color: rgb(199,162,142); }

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

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

 span { border-color: rgb(199,162,142); }

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