#C7A68E

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

Shades of Rodeo Dust #C7A68E

Tints of Rodeo Dust #C7A68E

Color information

#C7A68E (or 0xC7A68E) is unknown color: approx Rodeo Dust. HEX triplet: C7, A6 and 8E. RGB value is (199,166,142). Sum of RGB (Red+Green+Blue) = 199+166+142=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A68E is #385971. Grayscale: #ADADAD. Windows color (decimal): -3692914 or 9348807. OLE color: 9348807.

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

Color convert

RGB199166142-
CMYK00.170.290.22
HSL25.26º33.73%66.86%-
HSV(B)25.26º28.64%78.04%-
XYZ42.0741.3731.36-
YUV173.13110.43146.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=39.25%
G=32.74%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916614200.170.290.2225.2633.7366.86
HexC7A68E0111D16192243
Octal30724621602135263142103
Binary1100011110100110100011100100011110110110110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A68E; }

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

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

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

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

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

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

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

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