#C69D82

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

Shades of Rodeo Dust #C69D82

Tints of Rodeo Dust #C69D82

Color information

#C69D82 (or 0xC69D82) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9D and 82. RGB value is (198,157,130). Sum of RGB (Red+Green+Blue) = 198+157+130=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D82 is #39627D. Grayscale: #A6A6A6. Windows color (decimal): -3760766 or 8560070. OLE color: 8560070.

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

Color convert

RGB198157130-
CMYK00.210.340.22
HSL23.82º37.36%64.31%-
HSV(B)23.82º34.34%77.65%-
XYZ39.3737.7326.33-
YUV166.18107.58150.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=40.82%
G=32.37%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815713000.210.340.2223.8237.3664.31
HexC69D820152216182540
Octal30623520202542263045100
Binary11000110100111011000001001010110001010110110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D82; }

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

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

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

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

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

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

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

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