#C6A27E

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

Shades of Rodeo Dust #C6A27E

Tints of Rodeo Dust #C6A27E

Color information

#C6A27E (or 0xC6A27E) is unknown color: approx Rodeo Dust. HEX triplet: C6, A2 and 7E. RGB value is (198,162,126). Sum of RGB (Red+Green+Blue) = 198+162+126=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A27E is #395D81. Grayscale: #A8A8A8. Windows color (decimal): -3759490 or 8299206. OLE color: 8299206.

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

Color convert

RGB198162126-
CMYK00.180.360.22
HSL30º38.71%63.53%-
HSV(B)30º36.36%77.65%-
XYZ39.9739.3525.23-
YUV168.66103.93148.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=40.74%
G=33.33%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816212600.180.360.223038.7163.53
HexC6A27E01224161e2740
Octal30624217602244263647100
Binary1100011010100010111111001001010010010110111101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A27E; }

 p { color: rgb(198,162,126); }

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

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

 a { background-color: rgb(198,162,126); }

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

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

 span { border-color: rgb(198,162,126); }

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