#C69E82

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

Shades of Rodeo Dust #C69E82

Tints of Rodeo Dust #C69E82

Color information

#C69E82 (or 0xC69E82) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9E and 82. RGB value is (198,158,130). Sum of RGB (Red+Green+Blue) = 198+158+130=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E82 is #39617D. Grayscale: #A6A6A6. Windows color (decimal): -3760510 or 8560326. OLE color: 8560326.

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

Color convert

RGB198158130-
CMYK00.200.340.22
HSL24.71º37.36%64.31%-
HSV(B)24.71º34.34%77.65%-
XYZ39.5438.0726.38-
YUV166.77107.25150.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=40.74%
G=32.51%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815813000.200.340.2224.7137.3664.31
HexC69E820142216192540
Octal30623620202442263145100
Binary11000110100111101000001001010010001010110110011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E82; }

 p { color: rgb(198,158,130); }

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

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

 a { background-color: rgb(198,158,130); }

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

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

 span { border-color: rgb(198,158,130); }

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