Html Css Color HEX #C6A683 Rodeo Dust

📋 copy color: '#C6A683'

red 198 ◦ green 166 ◦ blue 131

#C6A683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rodeo Dust #C6A683

Tints of Rodeo Dust #C6A683

RGB

 RED value IS 198 (77.73% from 255) = 40%

 GREEN value IS 166 (65.23% from 255) = 33.54%

 BLUE value IS 131 (51.56% from 255) = 26.46%

R = 40%
G = 33.54%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C6A683 (or 0xC6A683) is known color: Rodeo Dust. HEX triplet: C6, A6 and 83. RGB value is (198,166,131). Sum of RGB (Red+Green+Blue) = 198+166+131=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A683 is #39597C. Grayscale: #ABABAB. Windows color (decimal): -3758461 or 8627910. OLE color: 8627910.

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

Color convert

RGB 198 166 131 -
CMYK 0 0.16 0.34 0.22
HSL 31.34º 0.37% 0.65% -
HSV(B) 31.34º 0.34% 0.78% -
XYZ 41.02 40.92 27.21 -
YUV 171.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 198 166 131 0 0.16 0.34 0.22 31.34 0.37 0.65
Hex C6 A6 83 0 10 22 16 1F 25 41
Octal 306 246 203 0 20 42 26 37 45 101
Binary 11000110 10100110 10000011 0 10000 100010 10110 11111 100101 1000001

Color Harmonies of #C6A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A683

Black with #C6A683

Text Example


Text Example

White with #C6A683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A683; }

 p { color: rgb(198,166,131); }

 H1.HeaderClassName
 {
   color: #C6A683;
 }
 .AnyTagClassName
 {
   color: #C6A683;
 }
</style>

background-color css

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

 a { background-color: rgb(198,166,131); }

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

border-color css

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

 span { border-color: rgb(198,166,131); }

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